[sf2ce] select alternate outfit
Posted: Tue Mar 15, 2016 6:18 pm
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>