[grobda+] Stage codes
Posted: Wed Sep 23, 2015 3:09 pm
If anyone knows of a better way of converting int to BCD, please tell me.
Edit: Thanks pugsy
Edit: Thanks pugsy
Code: Select all
<cheat desc="Finish Current Stage Now!">
<script state="on">
<action>maincpu.pb@0918=01</action>
</script>
</cheat>
<cheat desc="Select Next Level">
<parameter min="1" max="99" step="1"/>
<script state="run">
<action>maincpu.pb@0919=param</action>
<action>maincpu.pb@091A=tobcd(param)</action>
</script>
</cheat>