Page 1 of 1

[samsho5] Update/add. cheat

Posted: Fri Apr 12, 2024 7:43 pm
by mezdap
samsho5.xml, samsho5b.xml

Code: Select all

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

Re: [samsho5] Update/add. cheat

Posted: Fri Apr 12, 2024 9:12 pm
by mezdap
samsho5a.xml, samsho5h.xml

Code: Select all

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