Page 1 of 1

[mk2] smoke, red shadow kick and spikes cheats

Posted: Sun Jan 05, 2014 9:52 pm
by syndromtr
discussed here, viewtopic.php?f=1&t=9905

[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>
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..

Code: Select all

REV. 2.1 :
 The Pit II/Kombat Tomb fatality was added.
 Smoke and Jade were added.
don't know if they're needed-will be installed for mk2 hacked roms..

Re: [mk2] smoke, red shadow kick and spikes cheats

Posted: Sun Jan 05, 2014 10:41 pm
by CLE
Great!!! Excelent work!!!

Cheats are working very well. And this cheats work in mk2 hacks too, but in this hacks versions is "Johnny Cage always performs Green Shadow Kick", because in this hacks versions the Special Cage's shadow kick is green and Normal shadow kick is red.

Thank you, Syndromtr!

Re: [mk2] smoke, red shadow kick and spikes cheats

Posted: Mon Jan 06, 2014 1:47 pm
by syndromtr
first post edited, now 1st cheat is simplified.

Re: [mk2] smoke, red shadow kick and spikes cheats

Posted: Wed Jan 29, 2014 12:11 pm
by CLE
As per requests, I'll post all MK Syndromtr's cheats in classic format:

Code: Select all

:mk2:39900000:01BE00:0000C011:FFFFFFFF:Get Smoke Battle Easily:Use uppercut anywhere and anytime. When Dan Forden Face (Toasty) appers, hold Down + Start. Turn OFF when you find Smoke.
:mk2:39910000:01BE25:000000C0:FFFFFFFF:Get Smoke Battle Easily (2/3)
:mk2:39910000:04342C:000009C0:FFFFFFFF:Get Smoke Battle Easily (3/3)

:mk2:39900000:011EF8:00000300:FFFFFFFF:Johnny Cage Always Performs Red Shadow Kick 

:mk2:39900000:01D634:00000300:FFFFFFFF:Kombat Tomb stage auto fall from spikes:After performing a stage fatality in Kombat Tomb, knocked opponent will slip off the spikes to the ground.

Re: [mk2] smoke, red shadow kick and spikes cheats

Posted: Fri Apr 18, 2014 6:29 am
by syndromtr
@Pugsy, it's better you omit "Fight VS Smoke easily" cheat because Abystus's cheat is better, so no need for a double cheat..

Re: [mk2] smoke, red shadow kick and spikes cheats

Posted: Fri Apr 18, 2014 8:22 pm
by CLE
syndromtr wrote:@Pugsy, it's better you omit "Fight VS Smoke easily" cheat because Abystus's cheat is better, so no need for a double cheat..
Abystus's cheat is best for found Smoke Battle (holding only Start during fight).

But your cheat is for always get Dan Forden's face after uppercut too. This easter egg cheat is also very important in the game.

Re: [mk2] smoke, red shadow kick and spikes cheats

Posted: Thu Jul 31, 2014 11:06 pm
by Pugsy
Thanks, added