Code: Select all
<cheat desc="Select Starting Scene">
<comment>both players share starting scene</comment>
<parameter min="01" max="04" step="01" />
<script state="run">
<action condition="(maincpu.pb@C159 == 01) and (maincpu.pb@C15A == 00)">maincpu.pb@C15A = param - 1</action>
</script>
</cheat>