Page 1 of 1

[samsh5sp] Update/add. cheats

Posted: Fri Apr 12, 2024 9:17 pm
by mezdap
samsh5sp.xml

Code: Select all

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


samsh5sph.xml

Code: Select all

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


samsh5spho.xml

Code: Select all

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