[sf2ce] Sequential music from one round to another SSF2 model
Posted: Tue Mar 04, 2025 3:41 pm
Does anyone have any code to make the music sequential from round to round, just like in Super Street Fighter 2? I thank.
Memory altering cheats for emulators
http://www.mamecheat.co.uk/forums/
Code: Select all
<cheat desc="Sequential Music from Round to Round">
<script state="on">
<action>temp0 = maincpu.mb@89A1</action>
</script>
<script state="run">
<action>maincpu.mb@89A1 = EC</action>
</script>
<script state="off">
<action>maincpu.mb@89A1 = temp0</action>
</script>
</cheat>