Page 1 of 1

[fcombat] Basic cheats

Posted: Fri Feb 26, 2010 9:31 am
by stephh
Surprisingly, there is an "Invincibility" cheat but credits and lives are missing :-? Here they are :

Code: Select all

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@c001=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@c048=06</action>
    </script>
  </cheat>
FYI, the game hardware and Z80 code is really similar to 'exerion', so might find some other things in RAM area range 0xc000-0xc5ff (0x6000-0x65ff in 'exerion') ...

Image Steph from The Ultimate Patchers Image

Re: [fcombat] Basic cheats

Posted: Sat Mar 20, 2010 9:34 pm
by Pugsy
Added, thanks