[toki] Toki (World, set 1)

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Abystus
Posts: 551
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

[toki] Toki (World, set 1)

Post by Abystus »

toki.xml

Code: Select all

  <cheat desc="One Hit Kills">
    <script state="on">
      <action>temp0=maincpu.mw@0193BC</action>
      <action>temp1=maincpu.mw@0194B4</action>
      <action>temp2=maincpu.mw@019B6C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0193BC=6000</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@0194B4=6002</action>
      <action>maincpu.mw@019B6C=6000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@0193BC=temp0</action>
      <action>maincpu.mw@0194B4=temp1</action>
      <action>maincpu.mw@019B6C=temp2</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Jump in Midair">
    <script state="on">
      <action>temp0=maincpu.mw@002A9C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@002A9C=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@002A9C=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Collect Items Anywhere">
    <script state="on">
      <action>temp0=maincpu.mw@0197FC</action>
      <action>temp1=maincpu.mw@01981A</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0197FC=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@01981A=6000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@0197FC=temp0</action>
      <action>maincpu.mw@01981A=temp1</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Idle Character Skull Enemy">
    <script state="on">
      <action>temp0=maincpu.mw@0072AC</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0072AC=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@0072AC=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [toki] Toki (World, set 1)

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply