mirror of
https://github.com/a2-4am/4sports.git
synced 2025-01-14 12:30:18 +00:00
parent
73fe846f00
commit
2d49ce8f66
@ -123,14 +123,15 @@ HGRTitleCallback
|
|||||||
@fname !word $FDFD ; SMC
|
@fname !word $FDFD ; SMC
|
||||||
+ST16 @indexRecordPtr
|
+ST16 @indexRecordPtr
|
||||||
|
|
||||||
|
lda #$00
|
||||||
|
sta $5FFD
|
||||||
|
|
||||||
jsr LoadIndexedFile ; load HGR graphic at $4000
|
jsr LoadIndexedFile ; load HGR graphic at $4000
|
||||||
!word $4000
|
!word $4000
|
||||||
@indexRecordPtr
|
@indexRecordPtr
|
||||||
!word $FDFD ; SMC
|
!word $FDFD ; SMC
|
||||||
|
|
||||||
lda $5FFD
|
lda $5FFD
|
||||||
stx $5FFD ; ensure that we won't find it again if next
|
|
||||||
; file is really compressed
|
|
||||||
cmp #$4C ; Check if screen hole now contains a JMP
|
cmp #$4C ; Check if screen hole now contains a JMP
|
||||||
beq @noUnpack ; if so, file was not packed, so skip unpack
|
beq @noUnpack ; if so, file was not packed, so skip unpack
|
||||||
jsr UnpackHGRTitle
|
jsr UnpackHGRTitle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user