[matrim] Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660 ~ NGH-2660)

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: 568
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

[matrim] Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660 ~ NGH-2660)

Post by Abystus »

matrim.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@07A21E</action>
      <action>temp1=maincpu.rw@07A224</action>
      <action>temp2=maincpu.rw@07A23E</action>
      <action>temp3=maincpu.rw@07A244</action>
    </script>
    <script state="run">
      <action>maincpu.rw@07A21E=4E71</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@07A224=6000</action>
      <action>maincpu.rw@07A23E=4E71</action>
      <action>maincpu.rw@07A244=6000</action>
    </script>
    <script state="off">
      <action>maincpu.rw@07A21E=temp0</action>
      <action>maincpu.rw@07A224=temp1</action>
      <action>maincpu.rw@07A23E=temp2</action>
      <action>maincpu.rw@07A244=temp3</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@07A3C4</action>
      <action>temp1=maincpu.rw@07A3D2</action>
    </script>
    <script state="run">
      <action>maincpu.rw@07A3C4=6000</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@07A3D2=6000</action>
    </script>
    <script state="off">
      <action>maincpu.rw@07A3C4=temp0</action>
      <action>maincpu.rw@07A3D2=temp1</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.rw@07AE6A</action>
    </script>
    <script state="run">
      <action>maincpu.rw@07AE6A=6006</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@07AE6A=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: 16 times
Contact:

Re: [matrim] Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660 ~ NGH-2660)

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