Page 1 of 1

[megadriv, wwfag] WWF Arcade Game cheats (and clones/parents

Posted: Tue Mar 05, 2013 10:37 pm
by NotAGoodName
What an unfortunate name for a romset. This game isn't as pretty as the 32X version, but it's not bad by any means.

Code: Select all

	<cheat desc="Infinite Time">
		<script state="run">
			<action>maincpu.pd@FFAAE6=00090009</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P1">
		<script state="run">
			<action>maincpu.pb@FFB313=A4</action>
			<action>maincpu.pb@FFB315=A4</action>
		</script>
	</cheat>
	<cheat desc="Infinite Power P1">
		<script state="run">
			<action>maincpu.pb@FFB31D=11</action>
			<action>maincpu.pb@FFB31F=11</action>
		</script>
	</cheat>
	<cheat desc="Triple Damage P1">
		<script state="run">
			<action>maincpu.pw@FF85A0=FFFF</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P2">
		<script state="run">
			<action>maincpu.pb@FFB321=A4</action>
			<action>maincpu.pb@FFB323=A4</action>
		</script>
	</cheat>
	<cheat desc="Infinite Power P2">
		<script state="run">
			<action>maincpu.pb@FFB32B=11</action>
			<action>maincpu.pb@FFB32D=11</action>
		</script>
	</cheat>