[mk3ghw] Basic cheats
Posted: Wed Apr 14, 2010 1:49 am
You know how much I "love" such ?#! games (even more when it's a crappy bootleg), but here are the basic cheats for a game I didn't see in the 0.137 collection :
mk3ghw :
I now let you find the characters and/or the special moves
Evil Bonze whistles ...
Steph from The Ultimate Patchers 
mk3ghw :
Code: Select all
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@FFFD02=63</action>
</script>
</cheat>
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pd@FFF5A2=00090009</action>
</script>
</cheat>
<cheat desc="Infinite Energy PL1">
<script state="run">
<action>maincpu.pb@FFF865=A6</action>
</script>
</cheat>
<cheat desc="Drain all Energy Now! PL1"> <comment>(Use AFTER fight start!)</comment>
<script state="on">
<action>maincpu.pb@FFF865=00</action>
</script>
</cheat>
<cheat desc="Infinite Energy PL2">
<script state="run">
<action>maincpu.pb@FFF9D7=A6</action>
</script>
</cheat>
<cheat desc="Drain all Energy Now! PL2"> <comment>(Use AFTER fight start!)</comment>
<script state="on">
<action>maincpu.pb@FFF9D7=00</action>
</script>
</cheat>


