diff --git a/ootw/ootw_c2_cage.s b/ootw/ootw_c2_cage.s index 66ccd0a5..83f2db3f 100644 --- a/ootw/ootw_c2_cage.s +++ b/ootw/ootw_c2_cage.s @@ -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 ;=================================