[genesis/flink] Flink

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/flink] Flink

Post by orescify »

Code: Select all

<cheat desc="Max Lives">
    <script state="on">
      <action>maincpu.pb@FFA2CB=63</action>
    </script>
  </cheat>
  
  <cheat desc="Max Magic">
    <script state="run">
      <action>maincpu.pb@FFC8D1=1F</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mb@005660=60</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@005660=67</action>
    </script>
  </cheat>
  
  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pw@FFC8CA=FF01</action>
    </script>
  </cheat>
  
  <cheat desc="All Levels Available">
    <script state="on">
      <action>maincpu.pd@FFC838=1FFFFFFE</action> <comment>Screen doesn't scroll the first time on the map, need to finish first level or use a continue</comment>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Max Ingredients">
    <script state="on">
      <action>maincpu.pq@FFA2DC=6363636363636363</action>
      <action>maincpu.pq@FFA2E4=6363636363000000</action>
    </script>
  </cheat>
  
  <cheat desc="All Scrolls">
    <script state="on">
      <action>maincpu.pw@FFA2D0=0FFF</action>
    </script>
  </cheat>
  
  <cheat desc="Spells"> <comment>The undefined2 spell crashes the game if used</comment>
    <parameter>
      <item value="0x0001">Spirit Bomb</item>
      <item value="0x0002">Dust Devil</item>
      <item value="0x0004">Lightning Bolts</item>
      <item value="0x0010">Quick Grow</item>
      <item value="0x0040">Ghost</item>
      <item value="0x0080">Shrink</item>
      <item value="0x0100">Platform</item>
      <item value="0x0200">Shield</item>
      <item value="0x0400">Demon</item>
      <item value="0x0800">Magic Key</item>
      <item value="0x0008">##undefined1</item>
      <item value="0x0020">##undefined2</item>
    </parameter>
    <script state="change">
      <action>maincpu.pw@FFA2D4=param|(maincpu.pw@FFA2D4 BAND ~param)</action>
    </script>
  </cheat>
  
  <cheat desc="Max Keys">
    <script state="on">
      <action>maincpu.pb@FFA2CD=63</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Cheat Menu">
    <script state="on">
      <action>maincpu.pb@FFC744=FF</action>
    </script>
  </cheat>
  
  <cheat desc="Cheat Menu + Free Movement Mode">
    <script state="on">
      <action>maincpu.pb@FFC744=FF</action>
      <action>maincpu.pw@FFA2D6=000B</action>
      <action>maincpu.pw@FFC8D6=000B</action>
    </script>
  </cheat>
Post Reply