Page 1 of 1

[a7800, ninjaglfu] Ninja Golf cheats (and clones/parents)

Posted: Tue Mar 05, 2013 9:50 pm
by NotAGoodName
Yeah, this game has a copyright date of 1990. The 7800 is an embarassment of a console. On the bright side, this is a creative premise for a game.

Code: Select all

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@20A3=09</action>
      <action>maincpu.pb@20B1=09</action>
      <action>maincpu.pb@209D=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy">
    <script state="run">
      <action>maincpu.pb@20AD=2A</action>
    </script>
  </cheat>

  <cheat desc="Infinite Shuriken">
    <script state="run">
      <action>maincpu.pb@2095=63</action>
    </script>
  </cheat>

  <cheat desc="Invincible"><comment>During side scrolling sequence</comment>
    <script state="run">
      <action>maincpu.pb@20A5=63</action>
    </script>
  </cheat>

Re: [a7800, ninjaglfu] Ninja Golf cheats (and clones/parents)

Posted: Sat Jan 02, 2016 4:23 pm
by Pugsy
Thanks, added. Currently working through the a7800 games finding cheats.