[genesis/lionking] The Lion King

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
orescify
Posts: 27
Joined: Wed Jul 26, 2023 6:30 pm
Has thanked: 3 times

[genesis/lionking] The Lion King

Post by orescify »

Code: Select all

  <cheat desc="Max Energy">
    <script state="on">
      <action>maincpu.pd@FFCCF7=0E000E00</action>
    </script>
  </cheat>
  
  <cheat desc="Max Lives">
    <script state="on">
      <action>maincpu.pb@FFCCEF=09</action>
    </script>
  </cheat>
  
  <cheat desc="Max Roar Meter">
    <script state="on">
      <action>maincpu.pd@FFCCF0=00300030</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Energy">
    <script state="on">
      <action>mdslot:cart:rom.mb@196AD6=60</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@196AD6=6F</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mw@1D7864=6006</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mw@1D7864=670A</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Roar Meter">
    <script state="on">
      <action>mdslot:cart:rom.mb@1967AB=30</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@1967AB=00</action>
    </script>
  </cheat>
  
  <cheat desc="Invincibility">
    <script state="on">
      <action>mdslot:cart:rom.md@07DD94=66285268</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.md@07DD94=67285368</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Select Start Level">
    <parameter>
      <item value="0x00">The Pridelands</item>
      <item value="0x01">Roar At Monkeys</item>
      <item value="0x02">The Elephant Graveyard</item>
      <item value="0x03">The Stampede</item>
      <item value="0x04">Simba's Exile</item>
      <item value="0x05">Hakuna Matata</item>
      <item value="0x06">Simba's Destiny</item>
      <item value="0x07">Be Prepared</item>
      <item value="0x08">Simba's Return</item>
      <item value="0x09">Pride Rock</item>
      <item value="0x0A">Bug Toss</item>
      <item value="0x0B">Bug Hunt 1</item>
      <item value="0x0C">Bug Hunt 2</item>
      <item value="0x0D">Bug Hunt 3</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FFF289=param</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Time For Bug Hunt">
    <script state="on">
      <action>mdslot:cart:rom.mb@08EB08=60</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@08EB08=6A</action>
    </script>
  </cheat>
  
  <cheat desc="Simba Young/Adult">
    <parameter>
      <item value="0x00">Young</item>
      <item value="0x01">Adult</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FFCCFB=param</action>
    </script>
  </cheat>
  
Post Reply