[arkanoid] ball select speed
Posted: Sun Jan 27, 2019 10:02 pm
will likely work for most of the clones as well:
Setting it to 0 will stop the ball, so pointless
Code: Select all
<cheat desc="Select Perm Ball Speed"> <comment>1 = Slowest, 14 = Fastest</comment>
<parameter min="1" max="14" step="1"/>
<script state="run">
<action>maincpu.ppb@C462=param</action>
</script>
<script state="off">
<action>maincpu.ppb@C462=05</action>
</script>
</cheat>