fix The Last Gladiator level 2

reset vector fix is future work
This commit is contained in:
Peter Ferrie 2020-08-10 16:39:57 -07:00
parent f4336a2df8
commit dff485dec7

View File

@ -12,20 +12,12 @@
sta $11EA
jsr $1000 ; decompress
lda #$4C
lda #$60
sta $BC00
lda #<callback
sta $BC01
lda #>callback
sta $BC02
+DISABLE_ACCEL
jmp $11EF
callback
+RESET_VECTOR $100
rts
!if * > $1C0 {
!error "code is too large, ends at ", *
}