[godzilla] Godzilla (Japan)

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

[godzilla] Godzilla (Japan)

Post by Abystus »

godzilla.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players / VS Battle Mode)">
    <script state="on">
      <action>temp0=maincpu.mw@00C2E4</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00C2E4=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00C2E4=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Blocking (Both Players / VS Battle Mode)">
    <script state="on">
      <action>temp0=maincpu.mw@00C4D8</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00C4D8=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00C4D8=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Oppenent (VS Battle Mode)">
    <comment>Also prevents Tie-Up when close to opponent</comment>
    <script state="on">
      <action>temp0=maincpu.mw@00B77A</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00B77A=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00B77A=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Stage Boundaries (VS Battle Mode)">
    <comment>A preventive boundary has been preserved on the left side to prevent the camera from wrapping to the opposite side of the stage.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@00A968</action>
      <action>temp1=maincpu.mw@00A97A</action>
      <action>temp2=maincpu.mw@00A9EC</action>
      <action>temp3=maincpu.mw@00AA56</action>
      <action>temp4=maincpu.mw@00AA04</action>
      <action>temp5=maincpu.mw@00AA76</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00A968=6000</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@00A97A=6000</action>
      <action>maincpu.mw@00A9EC=6000</action>
      <action>maincpu.mw@00AA56=6000</action>
      <action>maincpu.mw@00AA04=6000</action>
      <action>maincpu.mw@00AA76=6000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@00A968=temp0</action>
      <action>maincpu.mw@00A97A=temp1</action>
      <action>maincpu.mw@00A9EC=temp2</action>
      <action>maincpu.mw@00AA56=temp3</action>
      <action>maincpu.mw@00AA04=temp4</action>
      <action>maincpu.mw@00AA76=temp5</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: [godzilla] Godzilla (Japan)

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