[ffight] 3 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

[ffight] 3 new cheats

Post by syndromtr »

Knife stab ability for Guy and Haggar,
Never lose weapons,
Never drop weapons,

[ffight] [ffightj] [fcrush] [ffightbl] [ffightu] [ffightu1] [ffighta]

Code: Select all

	<cheat desc="Knife stab ability for Guy and Haggar">
		<comment>Guy and Haggar can stab enemies with knife as Cody can.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0BC74</action>
			<action>temp1=maincpu.mb@0BCAA</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0BC74=4E71</action>
			<action>maincpu.mb@0BCAA=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0BC74=temp0</action>
			<action>maincpu.mb@0BCAA=temp1</action>
		</script>
	</cheat>

	<cheat desc="Never lose weapons">
		<comment>After enemy hits, dropped weapons are never lost.</comment>
		<script state="on">
			<action>temp0=maincpu.mb@57CBA</action>
			<action>temp1=maincpu.mb@5844E</action>
			<action>temp2=maincpu.mb@58CDC</action>
		</script>
		<script state="run">
			<action>maincpu.mb@57CBA=60</action>
			<action>maincpu.mb@5844E=60</action>
			<action>maincpu.mb@58CDC=60</action>
		</script>
		<script state="off">
			<action>maincpu.mb@57CBA=temp0</action>
			<action>maincpu.mb@5844E=temp1</action>
			<action>maincpu.mb@58CDC=temp2</action>
		</script>
	</cheat>
	
	<cheat desc="Never drop weapons">
		<comment>Weapons are never dropped unless player loses a life.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0A6A6</action>
			<action>temp1=maincpu.mb@0A732</action>
			<action>temp2=maincpu.mb@0A87C</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0A6A6=6022</action>
			<action>maincpu.mb@0A732=60</action>
			<action>maincpu.mb@0A87C=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0A6A6=temp0</action>
			<action>maincpu.mb@0A732=temp1</action>
			<action>maincpu.mb@0A87C=temp2</action>
		</script>
	</cheat>
User avatar
CLE
Posts: 368
Joined: Sun Sep 09, 2007 9:06 pm
Location: Brazil
Has thanked: 56 times

Re: [ffight] 3 new cheats

Post by CLE »

Excellent, Syndromtr!!!

Thanks!
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

Re: [ffight] 3 new cheats

Post by syndromtr »

[ffightj1] [ffightua]

Code: Select all

	<cheat desc="Knife stab ability for Guy and Haggar">
		<comment>Guy and Haggar can stab enemies with knife as Cody can.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0BCAE</action>
			<action>temp1=maincpu.mb@0BCE4</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0BCAE=4E71</action>
			<action>maincpu.mb@0BCE4=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0BCAE=temp0</action>
			<action>maincpu.mb@0BCE4=temp1</action>
		</script>
	</cheat>

	<cheat desc="Never lose weapons">
		<comment>After enemy hits, dropped weapons are never lost.</comment>
		<script state="on">
			<action>temp0=maincpu.mb@58618</action>
			<action>temp1=maincpu.mb@58DAC</action>
			<action>temp2=maincpu.mb@5963A</action>
		</script>
		<script state="run">
			<action>maincpu.mb@58618=60</action>
			<action>maincpu.mb@58DAC=60</action>
			<action>maincpu.mb@5963A=60</action>
		</script>
		<script state="off">
			<action>maincpu.mb@58618=temp0</action>
			<action>maincpu.mb@58DAC=temp1</action>
			<action>maincpu.mb@5963A=temp2</action>
		</script>
	</cheat>
	
	<cheat desc="Never drop weapons">
		<comment>Weapons are never dropped unless player loses a life.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0A6E0</action>
			<action>temp1=maincpu.mb@0A76C</action>
			<action>temp2=maincpu.mb@0A8B6</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0A6E0=6022</action>
			<action>maincpu.mb@0A76C=60</action>
			<action>maincpu.mb@0A8B6=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0A6E0=temp0</action>
			<action>maincpu.mb@0A76C=temp1</action>
			<action>maincpu.mb@0A8B6=temp2</action>
		</script>
	</cheat>
[ffightj2]

Code: Select all

	<cheat desc="Knife stab ability for Guy and Haggar">
		<comment>Guy and Haggar can stab enemies with knife as Cody can.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0BCB8</action>
			<action>temp1=maincpu.mb@0BCEE</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0BCB8=4E71</action>
			<action>maincpu.mb@0BCEE=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0BCB8=temp0</action>
			<action>maincpu.mb@0BCEE=temp1</action>
		</script>
	</cheat>

	<cheat desc="Never lose weapons">
		<comment>After enemy hits, dropped weapons are never lost.</comment>
		<script state="on">
			<action>temp0=maincpu.mb@58678</action>
			<action>temp1=maincpu.mb@58E0C</action>
			<action>temp2=maincpu.mb@5969A</action>
		</script>
		<script state="run">
			<action>maincpu.mb@58678=60</action>
			<action>maincpu.mb@58E0C=60</action>
			<action>maincpu.mb@5969A=60</action>
		</script>
		<script state="off">
			<action>maincpu.mb@58678=temp0</action>
			<action>maincpu.mb@58E0C=temp1</action>
			<action>maincpu.mb@5969A=temp2</action>
		</script>
	</cheat>
	
	<cheat desc="Never drop weapons">
		<comment>Weapons are never dropped unless player loses a life.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0A6EA</action>
			<action>temp1=maincpu.mb@0A776</action>
			<action>temp2=maincpu.mb@0A8C0</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0A6EA=6022</action>
			<action>maincpu.mb@0A776=60</action>
			<action>maincpu.mb@0A8C0=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0A6EA=temp0</action>
			<action>maincpu.mb@0A776=temp1</action>
			<action>maincpu.mb@0A8C0=temp2</action>
		</script>
	</cheat>
[ffightjh]

Code: Select all

	<cheat desc="Knife stab ability for Guy and Haggar">
		<comment>Guy and Haggar can stab enemies with knife as Cody can.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0BE06</action>
			<action>temp1=maincpu.mb@0BE3C</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0BE06=4E71</action>
			<action>maincpu.mb@0BE3C=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0BE06=temp0</action>
			<action>maincpu.mb@0BE3C=temp1</action>
		</script>
	</cheat>

	<cheat desc="Never lose weapons">
		<comment>After enemy hits, dropped weapons are never lost.</comment>
		<script state="on">
			<action>temp0=maincpu.mb@5A5DE</action>
			<action>temp1=maincpu.mb@5AD72</action>
			<action>temp2=maincpu.mb@5B600</action>
		</script>
		<script state="run">
			<action>maincpu.mb@5A5DE=60</action>
			<action>maincpu.mb@5AD72=60</action>
			<action>maincpu.mb@5B600=60</action>
		</script>
		<script state="off">
			<action>maincpu.mb@5A5DE=temp0</action>
			<action>maincpu.mb@5AD72=temp1</action>
			<action>maincpu.mb@5B600=temp2</action>
		</script>
	</cheat>
	
	<cheat desc="Never drop weapons">
		<comment>Weapons are never dropped unless player loses a life.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0A79A</action>
			<action>temp1=maincpu.mb@0A826</action>
			<action>temp2=maincpu.mb@0A9CC</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0A79A=6022</action>
			<action>maincpu.mb@0A826=60</action>
			<action>maincpu.mb@0A9CC=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0A79A=temp0</action>
			<action>maincpu.mb@0A826=temp1</action>
			<action>maincpu.mb@0A9CC=temp2</action>
		</script>
	</cheat>
[ffightj3] [ffightub]

Code: Select all

	<cheat desc="Knife stab ability for Guy and Haggar">
		<comment>Guy and Haggar can stab enemies with knife as Cody can.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0BCB8</action>
			<action>temp1=maincpu.mb@0BCEE</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0BCB8=4E71</action>
			<action>maincpu.mb@0BCEE=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0BCB8=temp0</action>
			<action>maincpu.mb@0BCEE=temp1</action>
		</script>
	</cheat>

	<cheat desc="Never lose weapons">
		<comment>After enemy hits, dropped weapons are never lost.</comment>
		<script state="on">
			<action>temp0=maincpu.mb@57D0E</action>
			<action>temp1=maincpu.mb@584A2</action>
			<action>temp2=maincpu.mb@58D30</action>
		</script>
		<script state="run">
			<action>maincpu.mb@57D0E=60</action>
			<action>maincpu.mb@584A2=60</action>
			<action>maincpu.mb@58D30=60</action>
		</script>
		<script state="off">
			<action>maincpu.mb@57D0E=temp0</action>
			<action>maincpu.mb@584A2=temp1</action>
			<action>maincpu.mb@58D30=temp2</action>
		</script>
	</cheat>
	
	<cheat desc="Never drop weapons">
		<comment>Weapons are never dropped unless player loses a life.</comment>
		<script state="on">
			<action>temp0=maincpu.mw@0A6EA</action>
			<action>temp1=maincpu.mb@0A776</action>
			<action>temp2=maincpu.mb@0A8C0</action>
		</script>
		<script state="run">
			<action>maincpu.mw@0A6EA=6022</action>
			<action>maincpu.mb@0A776=60</action>
			<action>maincpu.mb@0A8C0=60</action>
		</script>
		<script state="off">
			<action>maincpu.mw@0A6EA=temp0</action>
			<action>maincpu.mb@0A776=temp1</action>
			<action>maincpu.mb@0A8C0=temp2</action>
		</script>
	</cheat>
Pax
Posts: 3
Joined: Mon Mar 17, 2014 10:56 am

Re: [ffight] 3 new cheats

Post by Pax »

Perfect! Nice additions and very useful to me, since I'll keep trying to research some others from here.

Thanks a lot!
mazhar111
Posts: 22
Joined: Wed Feb 18, 2009 3:55 pm

Re: [ffight] 3 new cheats

Post by mazhar111 »

thanks for sharing nice updated cheats
User avatar
Pugsy
Posts: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [ffight] 3 new cheats

Post by Pugsy »

Thanks, all added. Great work with the clones.
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