Page 1 of 1

[pclubys] Enemies never come (romhack)

Posted: Sun Oct 21, 2012 3:32 pm
by RedBeam
:lol: Hey this forum is all new, it had been ages since my last cheat.
Opened mame again and nothing is like in the old period. Anyways I hacked again a game. :)

Enemies are so annoying on Mad Ball so I thought a little hack can be very handy. 8)

Code: Select all

  <cheat desc="----------"/>
  <cheat desc="Mad Ball"/>
  <cheat desc="----------"/>

  <cheat desc="Enemies never come">
    <script state="on">
      <action>temp0 =maincpu.mb@017150</action>
    </script>
    <script state="run">
      <action>maincpu.mb@017150=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@017150=temp0 </action>
    </script>
  </cheat>
  <cheat desc=" "/>
See you

Re: [pclubys] Enemies never come (romhack)

Posted: Mon Oct 22, 2012 12:00 pm
by RedBeam
Another annoying thing that happens on levels > 8 blocked via romhack

Code: Select all

  <cheat desc="----------"/>
  <cheat desc="Rocktris"/>
  <cheat desc="----------"/>

  <cheat desc="Never add random bricks">
    <script state="on">
      <action>temp0 =maincpu.mb@02DF74</action>
    </script>
    <script state="run">
      <action>maincpu.mb@02DF74=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@02DF74=temp0 </action>
    </script>
  </cheat>
  <cheat desc=" "/>

Re: [pclubys] Enemies never come (romhack)

Posted: Tue Oct 23, 2012 7:23 am
by mazhar111
thanks for sharing

Re: [pclubys] Enemies never come (romhack)

Posted: Wed Oct 24, 2012 10:34 am
by RedBeam
mazhar111 wrote:thanks for sharing
8) Enjoy!

Re: [pclubys] Enemies never come (romhack)

Posted: Mon May 27, 2013 5:14 pm
by Pugsy
Thanks, added and converted for clone.