Page 1 of 1

[aof] [fatfursp] [samsho2] alternate outfit

Posted: Sun Mar 03, 2019 6:07 pm
by syndromtr
[aof]

Code: Select all

	<cheat desc="P1 Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@109052=03</action>
			<action>maincpu.pb@109752=03</action>
		</script>
	</cheat>
	
	<cheat desc="P2 Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@10A052=03</action>
			<action>maincpu.pb@10A752=03</action>
		</script>
	</cheat>
[fatfursp]

Code: Select all

	<cheat desc="P1 Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@1041A2=70</action>
		</script>
		<script state="off">
			<action>maincpu.pb@1041A2=00</action>
		</script>
	</cheat>
	
	<cheat desc="P2 Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@1041A3=70</action>
		</script>
		<script state="off">
			<action>maincpu.pb@1041A3=00</action>
		</script>
	</cheat>
[samsho2]

Code: Select all

	<cheat desc="P1 Alternate Outfit">
		<script state="run">
			<action>maincpu.pq@1009FA=1212121212121212</action>
			<action>maincpu.pq@100A02=1212121212121212</action>
			<action>maincpu.pw@100A0A=1212</action>
		</script>
		<script state="off">
			<action>maincpu.pq@1009FA=0000000000000000</action>
			<action>maincpu.pq@100A02=0000000000000000</action>
			<action>maincpu.pw@100A0A=0000</action>
		</script>
	</cheat>
	
	<cheat desc="P2 Alternate Outfit">
		<script state="run">
			<action>maincpu.pq@100A0C=1212121212121212</action>
			<action>maincpu.pq@100A14=1212121212121212</action>
			<action>maincpu.pw@100A1C=1212</action>
		</script>
		<script state="off">
			<action>maincpu.pq@100A0C=0000000000000000</action>
			<action>maincpu.pq@100A14=0000000000000000</action>
			<action>maincpu.pw@100A1C=0000</action>
		</script>
	</cheat>

Re: [aof] [fatfursp] [samsho2] alternate outfit

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