mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-06 14:30:18 +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
|
; 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
|
||||||
|
|
||||||
;=================================
|
;=================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user