[aof] [aof2] new 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

[aof] [aof2] new cheats

Post 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>
zakria
Posts: 293
Joined: Thu May 18, 2006 4:20 pm
Been thanked: 4 times

Re: [aof] [aof2] new cheats

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

Re: [aof] [aof2] new cheats

Post 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?
zakria
Posts: 293
Joined: Thu May 18, 2006 4:20 pm
Been thanked: 4 times

Re: [aof] [aof2] new cheats

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

Re: [aof] [aof2] new cheats

Post 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.
zakria
Posts: 293
Joined: Thu May 18, 2006 4:20 pm
Been thanked: 4 times

Re: [aof] [aof2] new cheats

Post 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.
megatron187
Posts: 19
Joined: Mon Feb 26, 2007 5:41 am

Re: [aof] [aof2] new cheats

Post by megatron187 »

Could we please get these cheats in classic format:)
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: [aof] [aof2] new cheats

Post by Pugsy »

Thanks, added - missed these last time.
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