[cstlevna]+ Moon jump and improvements

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[cstlevna]+ Moon jump and improvements

Post by NotAGoodName »

Added what is basically infinite jump height and fixed the need to disable cheats when you defeat a boss.

Jumping as high as you want sure is handy. You could do a great cheat assisted speed run with this stuff. You won't hit your head on any block that you can stand on, thus you can skip big chunks of levels. It includes protection against jumping so high you loop and die. Amusingly enough, if you goof up and push jump during the falling cut scene, you will fall to your death upon spawning. No big deal since the cut scene only plays once. Just humorous.

Code: Select all

  <cheat desc="Infinite Time">
    <script state="run">
      <action condition="maincpu.pb@0017 NE 06">maincpu.pb@0042=99</action>
    </script>
  </cheat>

  <cheat desc="Infinite Hearts">
    <script state="run">
      <action condition="maincpu.pb@0017 NE 06">maincpu.pb@0071=63</action>
    </script>
  </cheat>

  <cheat desc="Moon Jump"><comment>Hold A to jump as high as you want.</comment>
    <script state="run">
      <action condition="maincpu.pb@00F7==(80|(maincpu.pb@00F7 BAND ~80))">maincpu.pb@04DC=C0</action>
      <action condition="maincpu.pb@003F LT 05">maincpu.pb@003F = 05</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [cstlevna]+ Moon jump and improvements

Post by Pugsy »

Thanks, added.

Modified and added for pc_cvnia - replacing all maincpu with cart. Hopefully should work fine with that one too.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply