4cade/src/cheat/bubble.bobble.a

15 lines
184 B
Plaintext
Raw Normal View History

2019-09-14 05:30:01 +00:00
;license:MIT
;(c) 2019 by qkumba
!cpu 6502
!to "build/cheat/BUBBLE.BOBBLE",plain
*=$14D
lda #$60
sta $94d
jsr $800
lda #$b5
sta $82b0
sta $8324
jmp $6000