[megadriv, aofu] Art of Fighting cheats (and clones/parents)

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[megadriv, aofu] Art of Fighting cheats (and clones/parents)

Post by NotAGoodName »

Aww right. Art of Fighting with normal fighting game controls!

Code: Select all

  	<cheat desc="Infinite Energy PL1">
		<script state="run">
			<action>maincpu.pb@FF90B1=maincpu.pb@FF90B7</action>
		</script>
	</cheat>
	<cheat desc="Infinite Power PL1">
		<script state="run">
			<action>maincpu.pb@FF90B3=maincpu.pb@FF90BB</action>
			<action>maincpu.pb@FF90B5=maincpu.pb@FF90BB</action>
		</script>
	</cheat>
	<cheat desc="Max Health PL1">
		<script state="run">
			<action>maincpu.pb@FF90B7=80</action>
		</script>
	</cheat>
	<cheat desc="Max Energy PL1">
		<script state="run">
			<action>maincpu.pb@FF90BB=80</action>
		</script>
	</cheat>
	<cheat desc="Have Haoh-Shokoken PL1">
		<script state="run">
			<action>maincpu.pb@FF90E3=FF</action>
		</script>
	</cheat>
	<cheat desc="Character PL1">
		<parameter>
			<item value="0x00">Ryo</item>
			<item value="0x04">Robert</item>
			<item value="0x08">Todo</item>
			<item value="0x0C">Jack</item>
			<item value="0x10">Lee</item>
			<item value="0x14">King</item>
			<item value="0x18">Micky</item>
			<item value="0x1C">John</item>
			<item value="0x20">Mr. Big</item>
			<item value="0x24">Mr. Karate</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FF9057=param</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy PL2">
		<script state="run">
			<action>maincpu.pb@FF92B1=maincpu.pb@FF92B7</action>
		</script>
	</cheat>
	<cheat desc="Infinite Power PL2">
		<script state="run">
			<action>maincpu.pb@FF92B3=maincpu.pb@FF92BB</action>
			<action>maincpu.pb@FF92B5=maincpu.pb@FF92BB</action>
		</script>
	</cheat>
	<cheat desc="Max Health PL2">
		<script state="run">
			<action>maincpu.pb@FF92B7=80</action>
		</script>
	</cheat>
	<cheat desc="Max Energy PL2">
		<script state="run">
			<action>maincpu.pb@FF92BB=80</action>
		</script>
	</cheat>
	<cheat desc="Character PL2">
		<parameter>
			<item value="0x00">Ryo</item>
			<item value="0x04">Robert</item>
			<item value="0x08">Todo</item>
			<item value="0x0C">Jack</item>
			<item value="0x10">Lee</item>
			<item value="0x14">King</item>
			<item value="0x18">Micky</item>
			<item value="0x1C">John</item>
			<item value="0x20">Mr. Big</item>
			<item value="0x24">Mr. Karate</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FF9257=param</action>
		</script>
	</cheat>
	<cheat desc="Have Haoh-Shokoken PL2">
		<script state="run">
			<action>maincpu.pb@FF90E3=FF</action>
		</script>
	</cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
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: [megadriv, aofu] Art of Fighting cheats (and clones/pare

Post by Pugsy »

Added, thanks
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