[snes, lionkingu] The Lion King cheats (and clones/parents)

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[snes, lionkingu] The Lion King cheats (and clones/parents)

Post by NotAGoodName »

Hey look. I found infinite continues for probably the first time ever.

Code: Select all

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@7E200A=09</action>
      <action>maincpu.pb@7FFFAA=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Continues">
    <script state="run">
      <action>maincpu.pb@7E200C=09</action>
      <action>maincpu.pb@7FFFA8=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@7ECB41=63</action>
    </script>
  </cheat>

  <cheat desc="Character">
    <parameter>
      <item value="0x00">Young Simba</item>
      <item value="0x01">Adult Simba</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@7E2000=param</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy">
    <script state="run">
      <action>maincpu.pb@7E2004=maincpu.pb@7FFFAC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power">
    <script state="run">
      <action>maincpu.pb@7E2002=maincpu.pb@7FFFAE</action>
    </script>
  </cheat>

  <cheat desc="Invincible"><comment>Flickers</comment>
    <script state="run">
      <action>maincpu.pb@7EB259=FF</action>
    </script>
  </cheat>

  <cheat desc="Max Capacity Energy">
    <script state="run">
      <action>maincpu.pb@7FFFAC=0C</action>
    </script>
  </cheat>

  <cheat desc="Max Capacity Power">
    <script state="run">
      <action>maincpu.pb@7FFFAE=40</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply