[breakrev] Breakers Revenge

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

[breakrev] Breakers Revenge

Post by Abystus »

The "Hit Anywhere" code for this game has been enhanced to include projectile attacks, along with the ability to juggle with either melee or projectile attacks. I have credited both myself and Nolberto82 for the hack.

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="on">
      <action>temp0=maincpu.rw@01F7FA</action>
      <action>temp1=maincpu.rw@0228E0</action>
      <action>temp2=maincpu.rw@022988</action>
      <action>temp3=maincpu.rw@02A8A0</action>
    </script>
    <script state="run">
      <action>maincpu.rw@01F7FA=6002</action> <!-- This Program Code cheat was made by Abystus and Nolberto82 -->
      <action>maincpu.rw@0228E0=6002</action>
      <action>maincpu.rw@022988=6016</action>
      <action>maincpu.rw@02A8A0=6000</action>
    </script>
    <script state="off">
      <action>maincpu.rw@01F7FA=temp0</action>
      <action>maincpu.rw@0228E0=temp1</action>
      <action>maincpu.rw@022988=temp2</action>
      <action>maincpu.rw@02A8A0=temp3</action>
    </script>
  </cheat>

Code: Select all

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

Code: Select all

  <cheat desc="Disable Maximum Damage Knockdown/Dizzy">
    <script state="on">
      <action>temp0=maincpu.rw@02AB60</action>
    </script>
    <script state="run">
      <action>maincpu.rw@02AB60=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@02AB60=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.rw@020798</action>
    </script>
    <script state="run">
      <action>maincpu.rw@020798=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@020798=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: [breakrev] Breakers Revenge

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

Re: [breakrev] Breakers Revenge

Post by Abystus »

breakrev.xml

Code: Select all

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