[deroon] Sound Test and Level Select
Posted: Tue Dec 13, 2011 4:01 pm
Sound Test
Level Select
Code: Select all
<cheat desc="Sound Test">
<parameter min="1" max="175" step="1"/>
<script state="on">
<action condition="maincpu.pb@202C61==00">maincpu.pb@202C61=01</action>
<action condition="maincpu.pb@202E15==00">maincpu.pb@202E15=01</action>
</script>
<script state="change">
<action>maincpu.pb@E00001=param</action>
</script>
</cheat>
Code: Select all
<cheat desc="Select Stage (0-D)">
<comment>Best used on map screen after stage number introduction and fanfare but before actual play screen appears.</comment>
<parameter min="0" max="13" step="1"/>
<script state="change">
<action>maincpu.pb@20683A=param</action>
<action>maincpu.pb@20683B=param</action>
<action>maincpu.pb@20683C=param</action>
<action>maincpu.pb@209947=54+param</action>
</script>
</cheat>