This commit is contained in:
4am 2019-10-08 19:36:17 -04:00
parent 84d7e16c90
commit 4bbc295ec6

View File

@ -48,15 +48,10 @@ GetOffscreenAddress
; out: all flags and registers clobbered
;------------------------------------------------------------------------------
LoadTitleOffscreen
!if >kTitleFile = >kCoverFile {
lda #<kTitleFile
+HIDE_NEXT_2_BYTES
} else {
+LDADDR kTitleFile
bne + ; Always branches, because Y is loaded
bne LoadOffscreenFromAY ; Always branches, because Y is loaded
; last with the high byte of the address,
; which is never 0. I miss my 65c02.
}
;------------------------------------------------------------------------------
; LoadHelpOffscreen
; load help screen in the HGR page that is currently not showing