Code: Select all
<cheat desc="Select Starting Level">
<parameter min="01" max="255" step="0x01" />
<script state="run">
<action condition="maincpu.pb@8638 == 01">maincpu.pb@8638 = param</action>
</script>
</cheat>
<cheat desc="Finish this Level Now">
<script state="on">
<action>maincpu.pb@8668 = 02</action>
</script>
</cheat>