ootw: forgot about checkpoint2

This commit is contained in:
Vince Weaver 2019-02-03 01:00:47 -05:00
parent 891cea37b4
commit 460160fec8

View File

@ -27,15 +27,11 @@ ootw_cage:
;============================= ;=============================
; Load background to $c00 ; Load background to $c00
lda #$0c
sta BASH
lda #$00
sta BASL ; load image off-screen $c00
lda #>(cage_rle) lda #>(cage_rle)
sta GBASH sta GBASH
lda #<(cage_rle) lda #<(cage_rle)
sta GBASL sta GBASL
lda #$c ; load image off-screen $c00
jsr load_rle_gr jsr load_rle_gr
;================================= ;=================================