[wakuwak7] Waku Waku 7

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: 552
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

[wakuwak7] Waku Waku 7

Post by Abystus »

wakuwak7.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <comment>Excludes Projectiles.</comment>
    <script state="run">
      <action>maincpu.ow@0B7DA4=6002</action>
    </script>
    <script state="off">
      <action>maincpu.ow@0B7DA4=6700</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: [wakuwak7] Waku Waku 7

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)
User avatar
Abystus
Posts: 552
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [wakuwak7] Waku Waku 7

Post by Abystus »

The Hit Anywhere cheat has been updated to include projectiles attacks.

wakuwak7.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@00248A</action>
      <action>temp1=maincpu.rw@0B7DA4</action>
    </script>
    <script state="run">
      <action>maincpu.rw@00248A=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@0B7DA4=6002</action>
    </script>
    <script state="off">
      <action>maincpu.rw@00248A=temp0</action>
      <action>maincpu.rw@0B7DA4=temp1</action>
    </script>
  </cheat>

Code: Select all

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

Code: Select all

  <cheat desc="Disable Maximum Damage Dizzy">
    <script state="on">
      <action>temp0=maincpu.rw@0B8EB2</action>
    </script>
    <script state="run">
      <action>maincpu.rw@0B8EB2=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@0B8EB2=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: [wakuwak7] Waku Waku 7

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)
User avatar
Abystus
Posts: 552
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [wakuwak7] Waku Waku 7

Post by Abystus »

wakuwak7.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <script state="on">
      <action>temp0=maincpu.rw@049868</action>
    </script>
    <script state="run">
      <action>maincpu.rw@049868=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@049868=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
Post Reply