Page 1 of 1

[megadriv, weaponld] Weaponlord cheats (and clones/parents)

Posted: Tue Mar 05, 2013 10:35 pm
by NotAGoodName
With the right cheats enabled, you can essentially perform several fatalities of differing varieties on an opponent. Because you know, there's different kinds of dead.

Code: Select all

	<cheat desc="Infinite Time">
		<script state="run">
			<action condition="maincpu.pb@FF18FD==01 or maincpu.pb@FF182D==01">maincpu.pb@FF02F9=FF</action>
		</script>
	</cheat>
	<cheat desc="Zarak Enabled">
		<script state="run">
			<action>maincpu.pb@FF02F5=01</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P1">
		<script state="run">
			<action>maincpu.pb@FF17FF=C0</action>
			<action>maincpu.pb@FF1801=C0</action>
			<action>maincpu.pb@FF1803=C0</action>
		</script>
	</cheat>
	<cheat desc="Action Speed Up P1">
		<script state="run">
			<action condition="maincpu.pb@FF182D==01">maincpu.pb@FF187F=FF</action>
		</script>
	</cheat>
	<cheat desc="Can Always Be Hit P1">
		<script state="run">
			<action>maincpu.pb@FF1818=00</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P2">
		<script state="run">
			<action>maincpu.pb@FF18CF=C0</action>
			<action>maincpu.pb@FF18D1=C0</action>
			<action>maincpu.pb@FF18D3=C0</action>
		</script>
	</cheat>
	<cheat desc="Action Speed Up P2">
		<script state="run">
			<action condition="maincpu.pb@FF18FD==01">maincpu.pb@FF194F=00</action>
		</script>
	</cheat>
	<cheat desc="Can Always Be Hit P2">
		<script state="run">
			<action>maincpu.pb@FF18E8=00</action>
		</script>
	</cheat>