Page 1 of 1

[ragnagrd] Ragnagard / Shin-Oh-Ken

Posted: Sat Mar 09, 2024 7:25 am
by Abystus
ragnagrd.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@01C6BA</action>
    </script>
    <script state="run">
      <action>maincpu.rw@01C6BA=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@01C6BA=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.rw@017734</action>
    </script>
    <script state="run">
      <action>maincpu.rw@017734=602E</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@017734=temp0</action>
    </script>
  </cheat>

Re: [ragnagrd] Ragnagard / Shin-Oh-Ken

Posted: Sun Mar 10, 2024 1:01 am
by Pugsy
Thanks, added