[sf2ce] Pose Victory in single player
Posted: Sun Dec 01, 2019 11:46 pm
...
Memory altering cheats for emulators
http://www.mamecheat.co.uk/forums/
Code: Select all
<cheat desc="P1 Victory Pose">
<script state="on">
<!-- Invincibility - by http://www.mamecheat.co.uk
It is optional, but necessary, so that P2 cannot
hit P1 while P1 takes time to take the pose,
and the trick does not fail -->
<action>maincpu.pb@FF857D=01</action>
<action>maincpu.pb@FF83C1=12</action> <!-- Enable Victory Pose -->
</script>
<script state="off">
<action>maincpu.pb@FF857D=00</action>
<action>maincpu.pb@FF83C1=14</action> <!-- Disable Victory Pose-->
</script>
</cheat>
<cheat desc="P2 Victory Pose">
<script state="on">
<!-- Invincibility - by http://www.mamecheat.co.uk
It is optional, but necessary, so that P2 cannot
hit P1 while P1 takes time to take the pose,
and the trick does not fail -->
<action>maincpu.pb@FF887D=01</action>
<action>maincpu.pb@FF86C1=12</action> <!-- Enable Victory Pose -->
</script>
<script state="off">
<action>maincpu.pb@FF887D=00</action> <!-- Invincibility-->
<action>maincpu.pb@FF86C1=14</action> <!-- Disable Victory Pose-->
</script>
</cheat>