MK II 3.1 cheat

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
isamu
Posts: 91
Joined: Wed Oct 10, 2001 1:00 am

MK II 3.1 cheat

Post by isamu »

Hello gentlemen :)

I have a request....

I have a very old cheat dat file from a few years containing a couple unique cheats from MKII. One is a cheat that significantly shortens the time between when you can execute Lui Kang's bicycle kick, and the second one is the same but for Jax' ground pound: They are as follows.....
:mk2:39800000:00D348:000000F8:000000FF:Low Time for Jax's Ground Smash:Allows you to perform the move as soon as the Low-Kick attack is done. ROM Hack

:mk2:39800000:00C992:000000F8:000000FF:Low Time for Liu Kang's Bicycle Kick:Allows you to perform the move as soon as the Low-Kick attack is done. ROM Hack
Can one of you please convert these two cheats to the new current cheat format?
I will commit seppuku if Team Marubaku does not upload replay video footage of OutRun 2SP by the end of July!
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: MK II 3.1 cheat

Post by Pugsy »

This may do it...though it depends if the mk2 game is still the same one or if it's now one of the clones.

Code: Select all

  <cheat desc="Low Time for Jax's Ground Smash"> <comment>Allows you to perform the move as soon as the Low-Kick attack is done. ROM Hack</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@00D348</action>
    </script>
    <script state="run">
      <action>maincpu.mb@00D348=F8</action>
    </script>
    <script state="off">
      <action>maincpu.mb@00D348=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Low Time for Liu Kang's Bicycle Kick"> <comment>Allows you to perform the move as soon as the Low-Kick attack is done. ROM Hack</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@00C992</action>
    </script>
    <script state="run">
      <action>maincpu.mb@00C992=F8</action>
    </script>
    <script state="off">
      <action>maincpu.mb@00C992=temp0 </action>
    </script>
  </cheat>
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply