[mk2] smoke, red shadow kick and spikes cheats

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

[mk2] smoke, red shadow kick and spikes cheats

Post 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..
Last edited by syndromtr on Mon Jan 06, 2014 1:47 pm, edited 1 time in total.
These users thanked the author syndromtr for the post:
CLE
Rating: 33.33%
 
User avatar
CLE
Posts: 368
Joined: Sun Sep 09, 2007 9:06 pm
Location: Brazil
Has thanked: 56 times

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

Post 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!
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

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

Post by syndromtr »

first post edited, now 1st cheat is simplified.
User avatar
CLE
Posts: 368
Joined: Sun Sep 09, 2007 9:06 pm
Location: Brazil
Has thanked: 56 times

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

Post 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.
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

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

Post 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..
User avatar
CLE
Posts: 368
Joined: Sun Sep 09, 2007 9:06 pm
Location: Brazil
Has thanked: 56 times

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

Post 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.
User avatar
Pugsy
Posts: 3688
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

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

Post by Pugsy »

Thanks, added
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