mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
ootw: forgot about checkpoint2
This commit is contained in:
parent
891cea37b4
commit
460160fec8
@ -27,15 +27,11 @@ ootw_cage:
|
||||
;=============================
|
||||
; Load background to $c00
|
||||
|
||||
lda #$0c
|
||||
sta BASH
|
||||
lda #$00
|
||||
sta BASL ; load image off-screen $c00
|
||||
|
||||
lda #>(cage_rle)
|
||||
sta GBASH
|
||||
lda #<(cage_rle)
|
||||
sta GBASL
|
||||
lda #$c ; load image off-screen $c00
|
||||
jsr load_rle_gr
|
||||
|
||||
;=================================
|
||||
|
Loading…
Reference in New Issue
Block a user