mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
fix Wall Defence reset (#475)
This commit is contained in:
parent
fe39aade57
commit
b03c19ecc5
@ -1,5 +1,5 @@
|
||||
;license:MIT
|
||||
;(c) 2021 by qkumba
|
||||
;(c) 2021 by qkumba, Frank M.
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH.INDEXED/WALL.DEFENCE",plain
|
||||
@ -11,6 +11,12 @@
|
||||
lda #$60
|
||||
sta $2013
|
||||
jsr $2000 ; decompress
|
||||
|
||||
ldx #0
|
||||
stx $D01
|
||||
inx
|
||||
stx $D06 ; reset fix
|
||||
|
||||
+DISABLE_ACCEL
|
||||
jmp $D00
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user