Page 1 of 1

[mk3ghw] Basic cheats

Posted: Wed Apr 14, 2010 1:49 am
by stephh
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 :

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>
I now let you find the characters and/or the special moves :wink: Evil Bonze whistles ...

Image Steph from The Ultimate Patchers Image

Re: [mk3ghw] Basic cheats

Posted: Wed Apr 14, 2010 4:21 am
by NotAGoodName