Page 1 of 1

[timekill] Time Killers (v1.32)

Posted: Mon Apr 08, 2024 7:07 am
by Abystus
timekill.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <script state="on">
      <action>temp0=maincpu.rw@14F14A</action>
    </script>
    <script state="run">
      <action>maincpu.rw@14F14A=602E</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@14F14A=temp0</action>
    </script>
  </cheat>

Re: [timekill] Time Killers (v1.32)

Posted: Mon Apr 29, 2024 2:02 pm
by Abystus
timekill.xml

Code: Select all

  <cheat desc="Skip Vs Screen/Stage Display">
    <script state="on">
      <action>temp0=maincpu.rw@150B22</action>
      <action>temp1=maincpu.rw@150B3A</action>
      <action>temp2=maincpu.rw@1514F2</action>
    </script>
    <script state="run">
      <action>maincpu.rw@150B22=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@150B3A=6002</action>
      <action>maincpu.rw@1514F2=6016</action>
    </script>
    <script state="off">
      <action>maincpu.rw@150B22=temp0</action>
      <action>maincpu.rw@150B3A=temp1</action>
      <action>maincpu.rw@1514F2=temp2</action>
    </script>
  </cheat>