Page 1 of 1

[survarts] Survival Arts (World)

Posted: Wed Mar 06, 2024 7:01 am
by Abystus
survarts.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rb@FDC4C9</action>
      <action>temp1=maincpu.rb@FDC508</action>
    </script>
    <script state="run">
      <action>maincpu.rb@FDC4C9=02</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rb@FDC508=02</action>
    </script>
    <script state="off">
      <action>maincpu.rb@FDC4C9=temp0</action>
      <action>maincpu.rb@FDC508=temp1</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@FDC154</action>
    </script>
    <script state="run">
      <action>maincpu.rw@FDC154=0003</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@FDC154=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Maximum Damage Knockdown">
    <script state="on">
      <action>temp0=maincpu.rb@FD9A02</action>
    </script>
    <script state="run">
      <action>maincpu.rb@FD9A02=6A</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rb@FD9A02=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.rb@FD9D91</action>
    </script>
    <script state="run">
      <action>maincpu.rb@FD9D91=6A</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rb@FD9D91=temp0</action>
    </script>
  </cheat>

Re: [survarts] Survival Arts (World)

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

Re: [survarts] Survival Arts (World)

Posted: Fri Apr 05, 2024 4:26 pm
by Abystus
survarts.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.rb@FCD8AE</action>
    </script>
    <script state="run">
      <action>maincpu.rb@FCD8AE=7A</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rb@FCD8AE=temp0</action>
    </script>
  </cheat>