Page 1 of 1

[aof] [aof2] new cheats

Posted: Sat Apr 09, 2016 10:00 pm
by syndromtr
aof:

King's costume always flies off: without special hit, any hit will cause King's costume fly off. (her bras appear)
Easy F,D,DF moves: F-D-F + Button A uppercut for Ryo, Robert and Mr. Karate.
Unlock Secret Characters at VS Mode Select Player Screen: This unlocks and displays Mr. Big and Mr. Karate at VS player select screen.

aof2:

Special Defeat Animation Everytime: any final hit will cause special defeat animation, instead of special move, at winning round.
Easy F,D,DF moves: F-D-F + Button A uppercut for Ryo and Robert.

[aof]

Code: Select all

	<cheat desc="King's costume always flies off"> <comment>Any final hit will cause King's costume fly off, instead of special move.</comment>
		<script state="on">
			<action>temp0=maincpu.mb@016A32</action>
		</script>
		<script state="run">
			<action>maincpu.mb@016A32=60</action>
		</script>
		<script state="off">
			<action>maincpu.mb@016A32=temp0</action>
		</script>
	</cheat>

	<cheat desc="Easy F,D,DF moves"> <comment>F,D,F + Button A to perform uppercut. (For Ryo, Robert and Mr. Karate.)</comment>
		<script state="on">
			<action>temp0=maincpu.mb@014144</action>
			<action>temp1=maincpu.mb@014500</action>
		</script>
		<script state="run">
			<action>maincpu.mb@014144=18</action>
			<action>maincpu.mb@014500=18</action>
		</script>
		<script state="off">
			<action>maincpu.mb@014144=temp0</action>
			<action>maincpu.mb@014500=temp1</action>
		</script>
	</cheat>

	<cheat desc="Unlock Secret Characters at VS Mode Select Player Screen"> <comment>Enable it before VS Mode Select Player. Unlocks Mr. Big and Mr. Karate.</comment>
		<script state="on">
			<action>temp0=maincpu.md@00A860</action>
		</script>
		<script state="run">
			<action>maincpu.md@00A860=303C000B</action>
		</script>
		<script state="off">
			<action>maincpu.md@00A860=temp0</action>
		</script>
	</cheat>
[aof2]

Code: Select all

	<cheat desc="Special Defeat Animation Everytime"> <comment>Any final hit will cause special defeat animation, instead of special move.</comment>
		<script state="on">
			<action>temp0=maincpu.mb@020504</action>
		</script>
		<script state="run">
			<action>maincpu.mb@020504=60</action>
		</script>
		<script state="off">
			<action>maincpu.mb@020504=temp0</action>
		</script>
	</cheat>

	<cheat desc="Easy F,D,DF moves"> <comment>F,D,F + Button A to perform uppercut. (For Ryo and Robert.)</comment>
		<script state="on">
			<action>temp0=maincpu.mb@025F65</action>
		</script>
		<script state="run">
			<action>maincpu.mb@025F65=08</action>
		</script>
		<script state="off">
			<action>maincpu.mb@025F65=temp0</action>
		</script>
	</cheat>

Re: [aof] [aof2] new cheats

Posted: Sun Apr 10, 2016 10:05 am
by zakria
Excellent hacking.syndromtr,My question about aof 1.You check in this game time over lost only in Haow-Ken bonus stage.In game if character time over lost only stands not make any style.I tried to hack ram search but not find this time over lost for normal game.What do you think is it possible to hack with debugger these bonus stage time over lost styles for normal game?

Re: [aof] [aof2] new cheats

Posted: Sun Apr 10, 2016 1:11 pm
by syndromtr
zakria, you ask for 3rd bonus game (haow-ken or super death blow)?
i had a cheat for that i think, "Always successful in all Bonus Games" it's in cheat database. when you perform that 6 times in bonus game, 108448 becomes 01 and it means ryo-robert can perform super death blow later. so that was the address you were looking for?

Re: [aof] [aof2] new cheats

Posted: Sun Apr 10, 2016 2:26 pm
by zakria
Yes i talk about 3rd bonus stage.If you never succeed in 3rd bonus stage.Time is over.After time over all characters have different embarrassing styles on 3rd bonus stage.I captured time over lost style pics and send on tcrf.They upload on this webpage.
https://tcrf.net/Art_of_Fighting_(Neo_Geo)
If you play normal game story mode or vs mode,if time over character never have any embarrassing style after losing.You can comparison,time over cheat(finish this round now) on 3rd bonus stage and story mode or VS mode.Your art of fighting new cheats are rom cheats.It is possible a rom cheat time over loser in story mode or vs mode makes embarrassing style of his 3rd bonus stage time over fails?

Re: [aof] [aof2] new cheats

Posted: Sun Apr 10, 2016 6:51 pm
by syndromtr
ok i got it, examined that tcrf entry and checked gamecode a bit. what you say is possible but i think with a simple RAM cheat, no.
with ROM cheat: i think new code should be inserted to a free space and that code should be called properly for this to work, because:
when time over happens in 2UP game, gamecode ONLY checks winner, and winning animation starts (e.g. Robert turns backwards). same time, loser is NEVER checked so loser animation is always same. (i tested it by checking 1092C2 & 1093C2 - those are player ID's)

i mean, winning pose display routine needs to be cloned first, and adapted for loser part and finally called from free memory - same time or just after winning pose is displayed)

edit: also i figure out that why those timer over poses are unused, because when time over or a normal round win happens, camera moves to winner side and winning pose is displayed, e.g. if players are away from each other, loser is out of display because camera focuses on winner. this explains those losing poses are ignored...


i will check further but this seems really hard to perform.

Re: [aof] [aof2] new cheats

Posted: Mon Apr 11, 2016 10:25 am
by zakria
syndromtr,Thanks for explain.I think with ram cheat is not possible.I try to this but not possible.
Rom cheat search MK2 shang Tsung alternative victory pose reload.This alternative victory is only ending character credits.
art of fighting unused time over lost used in bonus stage.I think rom cheat search provide us specific code.
If you get any clue or cheat,please must friendly update me.I am waiting.

Re: [aof] [aof2] new cheats

Posted: Mon Oct 31, 2016 8:35 am
by megatron187
Could we please get these cheats in classic format:)

Re: [aof] [aof2] new cheats

Posted: Sun Mar 05, 2017 1:03 am
by Pugsy
Thanks, added - missed these last time.