Page 1 of 1

[kov2nl] req

Posted: Wed Oct 23, 2019 6:50 pm
by syndromtr
[kov2nl]
descriptions are in comments

Code: Select all

	<cheat desc="Infinite Time">
		<script state="run">
			<action>maincpu.pb@200201E6=64</action>
		</script>
	</cheat>
	
	<cheat desc="Select Starting Stage : Story Mode - Internet Ranking">
		<comment>Set it AFTER choosing one of these modes.</comment>
		<parameter min="1" max="6"/>
		<script state="change">
			<action condition="(maincpu.pb@20020461 LT 03)">maincpu.pb@200201E5=param</action>
		</script>
	</cheat>
	
	<cheat desc=" "/>

	<cheat desc="Infinite Lives PL1">
		<script state="run">
			<action>maincpu.pb@20060B8D=02</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Energy PL1">
		<comment>Enable it AFTER energy gauge is displayed on screen.</comment>
		<script state="on">
			<action>temp0=maincpu.pb@2005FB08</action>
		</script>
		<script state="run">
			<action condition="(maincpu.pb@200201E6 != 00)">maincpu.pb@2005FB08=temp0</action>
			<action>maincpu.pw@20060B90=0000</action>
		</script>
		<script state="off">
			<action>maincpu.pb@2005FB08=temp0</action>
		</script>
	</cheat>
	
	<cheat desc="Invincibility PL1">
		<script state="run">
			<action>maincpu.pb@2005FC96=01</action>
		</script>
		<script state="off">
			<action>maincpu.pb@2005FC96=00</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Supers PL1">
		<script state="run">
			<action condition="(maincpu.pb@20020461 LT 04)">maincpu.pb@2005FD3A=05</action>
			<action condition="(maincpu.pb@20020461 == 04)">maincpu.pb@2005FD3A=03</action>
		</script>
	</cheat>
	
	<cheat desc=" "/>
	
	<cheat desc="Infinite Lives PL2">
		<script state="run">
			<action>maincpu.pb@20060FE1=02</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Energy PL2">
		<comment>Enable it AFTER energy gauge is displayed on screen.</comment>
		<script state="on">
			<action>temp0=maincpu.pb@2005FF44</action>
		</script>
		<script state="run">
			<action condition="(maincpu.pb@200201E6 != 00)">maincpu.pb@2005FF44=temp0</action>
			<action>maincpu.pw@20060FE4=0000</action>
		</script>
		<script state="off">
			<action>maincpu.pb@2005FF44=temp0</action>
		</script>
	</cheat>
	
	<cheat desc="Invincibility PL2">
		<script state="run">
			<action>maincpu.pb@200600D2=01</action>
		</script>
		<script state="off">
			<action>maincpu.pb@200600D2=00</action>
		</script>
	</cheat>
	
	<cheat desc="Infinite Supers PL2">
		<script state="run">
			<action condition="(maincpu.pb@20020461 LT 04)">maincpu.pb@20060176=05</action>
			<action condition="(maincpu.pb@20020461 == 04)">maincpu.pb@20060176=03</action>
		</script>
	</cheat>

Re: [kov2nl] req

Posted: Mon Jun 08, 2020 12:15 am
by Pugsy
Thanks, added