Page 1 of 1

[kof2003] Update add. cheats

Posted: Sun Apr 14, 2024 9:25 am
by mezdap
kof2003.xml

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>temp0=maincpu.rw@008EB8</action>
    </script>
    <script state="run">
      <action>maincpu.rw@008EB8=4E75</action> <!-- This ROM cheat was made by mezdap -->
    </script>
    <script state="off">
      <action>maincpu.rw@008EB8=temp0</action>
    </script>
  </cheat>