Page 1 of 1

[kof2001] Update/add. cheats

Posted: Sun Apr 14, 2024 3:42 pm
by mezdap
kof2001.xml and clones

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="run">
      <action>maincpu.pb@101D7B=FF</action>
      <action>maincpu.pb@10157B=FF</action>
    </script>
    <script state="off">
      <action>maincpu.pb@101D7B=00</action>
      <action>maincpu.pb@10157B=00</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Finish this Round Now!">
    <script state="on">
      <action>maincpu.pb@10A7D2=00</action>
      <action>maincpu.pb@10A7D3=01</action>
    </script>
  </cheat>