[andromed] Andromeda SS
Posted: Wed Jan 04, 2023 10:55 am
andromed will work in 0.252.
Code: Select all
<cheat desc="no hit">
<script state="on">
<action>maincpu.mw@1e85 = 0bd0</action> <!-- bullet -->
<action>maincpu.mw@29cd = 0b90</action> <!-- enemy -->
</script>
<script state="off">
<action>maincpu.mw@1e85 = 6cf6</action>
<action>maincpu.mw@29cd = 7be6</action>
</script>
</cheat>
<cheat desc="auto fire">
<script state="on">
<action>maincpu.mb@1fc2 = 01</action>
</script>
<script state="off">
<action>maincpu.mb@1fc2 = 03</action>
</script>
</cheat>
<cheat desc="bullet speed">
<parameter min="0x01" max="0x05" step="0x01" />
<script state="on">
<action>maincpu.mb@272a = 2f</action>
<action>maincpu.mb@274a = e8</action>
<action>maincpu.mq@2fe9 = a8682b00204800a9</action>
<action>maincpu.mq@2ff1 = f2d0988804f07aa5</action>
<action>maincpu.mq@2ff9 = 0000000000000060</action>
<!--
2fe9 | a9 xx : lda #$xx
2feb | 48 : pha
2fec | 20 00 2b : jsr $2b00
2fef | 68 : pla
2ff0 | a8 : tay
2ff1 | a5 7a : lda $7a
2ff3 | f0 04 : beq $2ff9
2ff5 | 88 : dey
2ff6 | 98 : tya
2ff7 | d0 f2 : bne $2feb
2ff9 | 60 : rts
-->
</script>
<script state="change">
<action>maincpu.mb@2fea = param</action>
</script>
<script state="off">
<action>maincpu.mb@272a = 2a</action>
<action>maincpu.mb@274a = ff</action>
<action>maincpu.mq@2fe9 = 0000000000000000</action>
<action>maincpu.mq@2ff1 = 0000000000000000</action>
<action>maincpu.mq@2ff9 = 0000000000000000</action>
</script>
</cheat>