[bubblem, bubblemj] Stun enemies cheat + various

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
RedBeam
Posts: 191
Joined: Tue Oct 24, 2006 10:26 am
Location: Italy (Sardegna)

[bubblem, bubblemj] Stun enemies cheat + various

Post by RedBeam »

Code: Select all

  <cheat desc="Stun Enemies Now!"> <comment>Also gives invincibility and a faster move speed. In boss levels does NOT stop the guardians!</comment>
    <script state="on">
      <action>maincpu.pb@40803C=04</action>
      <action>maincpu.pw@40803E=FFFF</action>
    </script>
  </cheat>

  <cheat desc="Select Secret Treasure"> <comment>After you kill enemies in normal rounds you will always get bonus treasures, many bonus points.</comment>
    <parameter min="0" max="14" step="1"/>
    <script state="run">
      <action>maincpu.pb@40F08B=(param-1)</action>
      <action>maincpu.pb@40F091=02</action>
    </script>
  </cheat>

  <cheat desc="Select Cross Item PL1"> <comment>Has precedence on normal bubbles.</comment>
    <parameter>
      <item value="0x35">Fire</item>
      <item value="0x37">Rainbow</item>
      <item value="0x39">Musical</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@4081E7=param</action>
      <action>maincpu.pb@4081E9=param+1</action>
      <action>maincpu.pb@40822A=FF</action>
    </script>
  </cheat>

  <cheat desc="Always have Big Bubbles PL1">
    <script state="run">
      <action>maincpu.pb@40B05A=01</action>
    </script>
  </cheat>

  <cheat desc="Select Cross Item PL2"> <comment>Has precedence on normal bubbles.</comment>
    <parameter>
      <item value="0x35">Fire</item>
      <item value="0x37">Rainbow</item>
      <item value="0x39">Musical</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@4081EB=param</action>
      <action>maincpu.pb@4081ED=param+1</action>
      <action>maincpu.pb@40822B=FF</action>
    </script>
  </cheat>

  <cheat desc="Always have Big Bubbles PL2">
    <script state="run">
      <action>maincpu.pb@40B05B=01</action>
    </script>
  </cheat>
:D It is very useful to beat hard levels - the other one was found some time ago but I converted in new format.
The CPS2 smasher

Image

My troopers are skilled, but I'm supreme!!!

(Modest, huh? ;) )
Post Reply