mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 05:05:13 +00:00
a8ab24004d
need to change a bunch to make this work Now load at $4000 as was too big to fit between $1000 and $2000 also turns out our lz4 code was writing past the end, which you notice when you have important code right after the end of HGR1
13 lines
571 B
PHP
13 lines
571 B
PHP
bg_final_low: .byte $28 ; ysize=48
|
|
.byte $A0,$FF,$22, $A0,$FF,$22, $A0,$FA,$22, $A0,$28,$20, $21, $01,$01, $A8,$00
|
|
.byte $01,$01, $AE,$21, $01,$01, $A9,$00, $01,$01, $AE,$00, $01
|
|
.byte $A9,$11, $01, $A0,$1F,$00, $01, $A5,$91, $01, $A0,$23,$00
|
|
.byte $A3,$0D, $A0,$13,$00
|
|
.byte $A1
|
|
bg_final_high: .byte $28 ; ysize=48
|
|
.byte $A0,$FF,$22, $A0,$FF,$22, $A0,$FA,$22, $A0,$28,$55, $B2, $02,$02, $A8,$00
|
|
.byte $02,$02, $AE,$B2, $02,$02, $A9,$00, $02,$02, $AE,$00, $0B
|
|
.byte $A9,$1B, $0B, $A0,$1F,$00, $09, $A5,$D9, $09, $A0,$23,$00
|
|
.byte $A3,$0D, $A0,$13,$00
|
|
.byte $A1
|