Page 1 of 1

[daraku] The Fallen Angels (World) / Daraku Tenshi - The Fallen Angels (Japan)

Posted: Mon Feb 26, 2024 7:05 am
by Abystus
daraku.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <comment>Enable before the character select screen, or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.md@00046770</action>
    </script>
    <script state="run">
      <action>maincpu.md@00046770=A0160009</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.md@00046770=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <comment>Enable before the character select screen, or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@0001F47C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0001F47C=0009</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@0001F47C=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <comment>Enable before the character select screen, or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@0000A94C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0000A94C=0009</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@0000A94C=temp0</action>
    </script>
  </cheat>

Re: [daraku] The Fallen Angels (World) / Daraku Tenshi - The Fallen Angels (Japan)

Posted: Sun Mar 10, 2024 12:58 am
by Pugsy
Thanks, added

Re: [daraku] The Fallen Angels (World) / Daraku Tenshi - The Fallen Angels (Japan)

Posted: Sun Apr 14, 2024 6:49 pm
by Abystus
daraku.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <comment>Works exclusively in single-player mode.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@000029B6</action>
    </script>
    <script state="run">
      <action>maincpu.mw@000029B6=0009</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@000029B6=temp0</action>
    </script>
  </cheat>