[aof2] player outfits

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

[aof2] player outfits

Post by syndromtr »

requested, for both players, 4 outfits

[aof2]

Code: Select all

	<cheat desc="P1 Select Outfit">
		<parameter>
			<item value="0x00">Regular</item>
			<item value="0x01">Alternate 1</item>
			<item value="0x02">Alternate 2</item>
			<item value="0x03">Alternate 3</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@1094F7=param</action>
		</script>
	</cheat>
	
	<cheat desc="P2 Select Outfit">
		<parameter>
			<item value="0x00">Regular</item>
			<item value="0x01">Alternate 1</item>
			<item value="0x02">Alternate 2</item>
			<item value="0x03">Alternate 3</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@1095F7=param</action>
		</script>
	</cheat>
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: [aof2] player outfits

Post by Pugsy »

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