Page 1 of 1

[sf2ce] select alternate outfit

Posted: Tue Mar 15, 2016 6:18 pm
by syndromtr
for P1 and P2, with these cheats, alternate color is available. (in 1UP game, P2 cheat is for CPU fighter)

Code: Select all

	<cheat desc="P1 Select Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@FF8672=01</action>
		</script>
	</cheat>

	<cheat desc="P2 Select Alternate Outfit">
		<script state="run">
			<action>maincpu.pb@FF8972=01</action>
		</script>
	</cheat>

Re: [sf2ce] select alternate outfit

Posted: Tue Mar 29, 2016 10:01 pm
by Pugsy
Thanks, added...hopefully I've got all the clones that this works with.

Re: [sf2ce] select alternate outfit

Posted: Mon Oct 31, 2016 8:36 am
by megatron187
Can you please post this in classic format:)