Page 1 of 1

[ts2] Battle Arena Toshinden 2 (Euro 951124)

Posted: Tue Apr 16, 2024 1:59 pm
by Abystus
ts2.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.pd@8030D858</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8030D858=1000000A</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8030D858=temp0</action>
    </script>
  </cheat>