Page 1 of 1

[fatfury3] [motofren] req.

Posted: Tue May 01, 2018 7:37 pm
by syndromtr
requested cheats,

[fatfury3]

Code: Select all

<cheat desc="Level Selection after Enemy Select Screen">
	<comment>Adapted from Unibios debug dipswitch.</comment>
		<script state="on">
			<action>temp0=maincpu.pb@10E000</action>
		</script>
		<script state="run">
			<action>maincpu.pb@10E000=04|(temp0 BAND ~04)</action>
		</script>
		<script state="off">
			<action>maincpu.pb@10E000=temp0</action>
		</script>
	</cheat>
[motofren]

Code: Select all

<cheat desc="Always Finish in 1st Place">
		<script state="on">
			<action>temp0=maincpu.mw@2597E</action>
		</script>
		<script state="run">
			<action>maincpu.mw@2597E=4E71</action>
		</script>
		<script state="off">
			<action>maincpu.mw@2597E=temp0</action>
		</script>
	</cheat>
	
	<cheat desc="Last Lap Now!">
		<script state="on">
			<action>maincpu.pb@FFD674=04</action>
		</script>
	</cheat>

Re: [fatfury3] [motofren] req.

Posted: Wed May 02, 2018 9:31 am
by Brut3man
Hi, first off, thank you very much to syndromtr for the 'Moto Frenzy' cheats! Also, for anyone else who wants to try them out, I recommend waiting until the race begins and doing the following:

1) Turn on the 'Always in First Place' and 'Infinite Time' cheats on the title screen BEFORE starting a new game.

2) When the race begins, use the 'Last Lap' cheat, ride forward for a little bit and then turn off the 'Infinite Time' cheat.

Then just race one lap, the timer should go to 99:99 and count down from there. When the lap finishes, just wait till the timer runs out (should only take about 30 seconds or so) and you'll not only win the race but be shown on the 1st place podium as well.

The reason for this recommendation is because if you just use the 'Always in First Place' cheat alone, you still won't be shown on the 1st place podium and if you use the 'Always in First Place' & 'Last Lap' cheats together alone, you'll have to wait up to *3 minutes* or longer for the stupid timer to run out.

Anyway, thanks again for providing these cheats!

Re: [fatfury3] [motofren] req.

Posted: Mon Jul 30, 2018 5:57 pm
by syndromtr
updating motofren cheats,
rom cheat is buggy because it patched common routine. final cheat is one hit, instantly ends game with 1st place. sets timer to 10 seconds.
last lap cheat set last lap for only player, final one sets last lap for all players. and sets timer to 80 seconds.

[motofren]

Code: Select all

	<cheat desc="Finish in 1st Place Now!">
		<script state="on">
			<action>maincpu.pb@FFD674=04</action>
			<action>maincpu.pb@FFE36D=0A</action>
			<action>temp0=maincpu.pd@FFDFF8</action>
			<action>maincpu.pd@(temp0+10)=000BFFFF</action>
		</script>
	</cheat>
	
	<cheat desc="Last Lap Now!">
		<comment>Also last lap for all CPU players.</comment>
		<script state="on">
			<action>maincpu.pb@FFD674=04</action>
			<action>maincpu.pb@FFE36D=50</action>
			<action>maincpu.pb@FFD566=04</action> 
			<action>maincpu.pb@FFD586=04</action>
			<action>maincpu.pb@FFD5A6=04</action>
		</script>
	</cheat>

Re: [fatfury3] [motofren] req.

Posted: Sat Aug 11, 2018 9:42 pm
by Pugsy
Thanks for fixing, added :)