[mk2] smoke, red shadow kick and spikes cheats
Posted: Sun Jan 05, 2014 9:52 pm
discussed here, viewtopic.php?f=1&t=9905
[mk2]
1st cheat removes all checks for hidden Smoke fight stage,
2nd cheat enables Johnny Cage's RED shadow kick,
3rd cheat enables auto fall from spikes in Kombat Tomb stage, when stage fatality is performed.
i didn't check these for clones, but i'm sure that (checked history.dat) cheat #1 and #3 will work only for mk2 versions 2.1 and afterwards..
don't know if they're needed-will be installed for mk2 hacked roms..
[mk2]
Code: Select all
<cheat desc="Fight VS Smoke easily"> <comment>After an uppercut, Dan Forden's face will always appear, press DOWN+START to fight VS Smoke.</comment>
<script state="on">
<action>temp0=maincpu.mw@001BE00</action>
<action>temp1=maincpu.mb@001BE25</action>
<action>temp2=maincpu.mw@004342C</action>
</script>
<script state="run">
<action>maincpu.mw@001BE00=C011</action>
<action>maincpu.mb@001BE25=C0</action>
<action>maincpu.mw@004342C=09C0</action>
</script>
<script state="off">
<action>maincpu.mw@001BE00=temp0</action>
<action>maincpu.mb@001BE25=temp1</action>
<action>maincpu.mw@004342C=temp2</action>
</script>
</cheat>
<cheat desc="Johnny Cage always performs Red Shadow Kick">
<script state="on">
<action>temp0=maincpu.mw@0011EF8</action>
</script>
<script state="run">
<action>maincpu.mw@0011EF8=0300</action>
</script>
<script state="off">
<action>maincpu.mw@0011EF8=temp0</action>
</script>
</cheat>
<cheat desc="Kombat Tomb stage auto fall from spikes"> <comment>After performing a stage fatality in Kombat Tomb, knocked opponent will slip off the spikes to the ground.</comment>
<script state="on">
<action>temp0=maincpu.mw@001D634</action>
</script>
<script state="run">
<action>maincpu.mw@001D634=0300</action>
</script>
<script state="off">
<action>maincpu.mw@001D634=temp0</action>
</script>
</cheat>
2nd cheat enables Johnny Cage's RED shadow kick,
3rd cheat enables auto fall from spikes in Kombat Tomb stage, when stage fatality is performed.
i didn't check these for clones, but i'm sure that (checked history.dat) cheat #1 and #3 will work only for mk2 versions 2.1 and afterwards..
Code: Select all
REV. 2.1 :
The Pit II/Kombat Tomb fatality was added.
Smoke and Jade were added.