[nes, crystal] Crystalis 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:

[nes, crystal] Crystalis cheats (and clones/parents)

Post by NotAGoodName »

I actually found a huge assembly of cheats for this game. And then I tried to start a new game with said cheats. Umm...NOPE! This game has cheat protection built in! Unbelievable. And don't use the status cheat whilst on a boat/dolphin/etc. I guess I should have done a better job on it.

Code: Select all

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@071A=1E</action>
    </script>
  </cheat>
  <cheat desc="Normal Status NOW">
    <script state="on">
      <action>maincpu.pb@0710=00</action>
    </script>
  </cheat>
  <cheat desc="Quick Charge">
    <script state="run">
      <action condition="maincpu.pb@06C0 LT 07">maincpu.pb@06C0=07</action>
      <action condition="maincpu.pb@06C0 LT 09 and maincpu.pb@06C0 GT 07">maincpu.pb@06C0=10</action>
      <action condition="maincpu.pb@06C0 LT 11 and maincpu.pb@06C0 GT 10">maincpu.pb@06C0=18</action>
    </script>
  </cheat>
  <cheat desc="Infinite HP">
    <script state="run">
      <action>maincpu.pb@03C1=maincpu.pb@03C0</action>
    </script>
  </cheat>
  <cheat desc="0 HP NOW!"><comment>Stuck?  Die now.</comment>
    <script state="on">
      <action>maincpu.pb@03C1=00</action>
    </script>
  </cheat>
  <cheat desc="Infinite MP">
    <script state="run">
      <action>maincpu.pb@0708=maincpu.pb@0709</action>
    </script>
  </cheat>
  <cheat desc="Infinite Money">
    <script state="run">
      <action>maincpu.pw@0702=FFFF</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply