[genesis/landstlku] Landstalker

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: 29
Joined: Wed Jul 26, 2023 6:30 pm
Has thanked: 3 times
Been thanked: 1 time

[genesis/landstlku] Landstalker

Post by orescify »

Code: Select all

  
  <cheat desc="Max Life Stock">
    <script state="on">
      <action>maincpu.pb@FF547E=63</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Life">
    <script state="on">
      <action>mdslot:cart:rom.mw@017830=3038</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mw@017830=916D</action>
    </script>
  </cheat>
  
  <cheat desc="Invincibility"> <comment>Flickers</comment>
    <script state="run">
      <action>maincpu.pb@FF1142=10</action>
    </script>
  </cheat>
  
  <cheat desc="9999 Gold">
    <script state="on">
      <action>maincpu.pw@FF120E=270F</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Magic Sword">
    <script state="on">
      <action>maincpu.pb@FF1040=10|(maincpu.pb@FF1040 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Thunder Sword">
    <script state="on">
      <action>maincpu.pb@FF1041=10|(maincpu.pb@FF1041 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Sword of Ice">
    <script state="on">
      <action>maincpu.pb@FF1041=01|(maincpu.pb@FF1041 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Fire-Proof">
    <script state="on">
      <action>maincpu.pb@FF1042=10|(maincpu.pb@FF1042 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Sword of Gaia">
    <script state="on">
      <action>maincpu.pb@FF1042=01|(maincpu.pb@FF1042 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Healing Boots">
    <script state="on">
      <action>maincpu.pb@FF1043=10|(maincpu.pb@FF1043 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Iron Boots">
    <script state="on">
      <action>maincpu.pb@FF1043=01|(maincpu.pb@FF1043 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Steel Breast">
    <script state="on">
      <action>maincpu.pb@FF1044=10|(maincpu.pb@FF1044 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Snow Spikes">
    <script state="on">
      <action>maincpu.pb@FF1044=01|(maincpu.pb@FF1044 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Shell Breast">
    <script state="on">
      <action>maincpu.pb@FF1045=10|(maincpu.pb@FF1045 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Chrome Breast">
    <script state="on">
      <action>maincpu.pb@FF1045=01|(maincpu.pb@FF1045 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Mars Stone">
    <script state="on">
      <action>maincpu.pb@FF1046=10|(maincpu.pb@FF1046 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Hyper Breast">
    <script state="on">
      <action>maincpu.pb@FF1046=01|(maincpu.pb@FF1046 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Saturn Stone">
    <script state="on">
      <action>maincpu.pb@FF1047=10|(maincpu.pb@FF1047 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Moon Stone">
    <script state="on">
      <action>maincpu.pb@FF1047=01|(maincpu.pb@FF1047 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Venus Stone">
    <script state="on">
      <action>maincpu.pb@FF1048=01|(maincpu.pb@FF1048 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="EkeEke">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF1040=param+1|(maincpu.pb@FF1040 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Statue of Gaia">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF1049=(param+1)*10|(maincpu.pb@FF1049 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Detox Grass">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF1049=param+1|(maincpu.pb@FF1049 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Mind Repair">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF104A=(param+1)*10|(maincpu.pb@FF104A BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Golden Statue">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF104A=param+1|(maincpu.pb@FF104A BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Casino Ticket">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF104B=param+1|(maincpu.pb@FF104B BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Anti Paralyse">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF104E=param+1|(maincpu.pb@FF104E BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Dahl">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF1056=(param+1)*10|(maincpu.pb@FF1056 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Logs">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF1057=(param+1)*10|(maincpu.pb@FF1057 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Restoration">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF1057=param+1|(maincpu.pb@FF1057 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Key">
    <parameter min="0x01" max="0x09" step="1"/>
    <script state="change">
      <action>maincpu.pb@FF1059=param+1|(maincpu.pb@FF1059 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Axe Magic">
    <script state="on">
      <action>maincpu.pb@FF104B=20|(maincpu.pb@FF104B BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Buyer Card">
    <script state="on">
      <action>maincpu.pb@FF104C=20|(maincpu.pb@FF104C BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Blue Ribbon">
    <script state="on">
      <action>maincpu.pb@FF104C=02|(maincpu.pb@FF104C BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Garlic">
    <script state="on">
      <action>maincpu.pb@FF104D=20|(maincpu.pb@FF104D BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Lantern">
    <script state="on">
      <action>maincpu.pb@FF104D=02|(maincpu.pb@FF104D BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Armlet">
    <script state="on">
      <action>maincpu.pb@FF104F=20|(maincpu.pb@FF104F BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Sun Stone">
    <script state="on">
      <action>maincpu.pb@FF104F=02|(maincpu.pb@FF104F BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Einstein Whistle">
    <script state="on">
      <action>maincpu.pb@FF1050=02|(maincpu.pb@FF1050 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Spell Book">
    <script state="on">
      <action>maincpu.pb@FF1052=02|(maincpu.pb@FF1052 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Lithograph">
    <script state="on">
      <action>maincpu.pb@FF1053=20|(maincpu.pb@FF1053 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Pawn Ticket">
    <script state="on">
      <action>maincpu.pb@FF1054=20|(maincpu.pb@FF1054 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Red Jewel">
    <script state="on">
      <action>maincpu.pb@FF1054=02|(maincpu.pb@FF1054 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Gola's Eye">
    <script state="on">
      <action>maincpu.pb@FF1055=20|(maincpu.pb@FF1055 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Purple Jewel">
    <script state="on">
      <action>maincpu.pb@FF1055=02|(maincpu.pb@FF1055 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Death Statue">
    <script state="on">
      <action>maincpu.pb@FF1056=02|(maincpu.pb@FF1056 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Idol Stone">
    <script state="change">
      <action>maincpu.pb@FF1058=20|(maincpu.pb@FF1058 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Oracle Stone">
    <script state="change">
      <action>maincpu.pb@FF1058=02|(maincpu.pb@FF1058 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Safety Pass">
    <script state="on">
      <action>maincpu.pb@FF1059=20|(maincpu.pb@FF1059 BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Bell">
    <script state="on">
      <action>maincpu.pb@FF105A=20|(maincpu.pb@FF105A BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Gola's Nail">
    <script state="on">
      <action>maincpu.pb@FF105B=20|(maincpu.pb@FF105B BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Short Cake">
    <script state="on">
      <action>maincpu.pb@FF105B=02|(maincpu.pb@FF105B BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Gola's Fang">
    <script state="on">
      <action>maincpu.pb@FF105C=20|(maincpu.pb@FF105C BAND ~F0)</action>
    </script>
  </cheat>
  
  <cheat desc="Gola's Horn">
    <script state="on">
      <action>maincpu.pb@FF105C=02|(maincpu.pb@FF105C BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Debug Menu"> <comment>stand in front of a sign or NPC and press A or C on Controller 1 while pressing Down on Controller 2</comment>
    <script state="on">
      <action>mdslot:cart:rom.mw@000210=0000</action> <!-- Credit tcrf.net -->
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mw@000210=FFFF</action>
    </script>
  </cheat>

Post Reply