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 ; out: all flags and registers clobbered
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
LoadTitleOffscreen LoadTitleOffscreen
!if >kTitleFile = >kCoverFile {
lda #<kTitleFile
+HIDE_NEXT_2_BYTES
} else {
+LDADDR kTitleFile +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, ; last with the high byte of the address,
; which is never 0. I miss my 65c02. ; which is never 0. I miss my 65c02.
}
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; LoadHelpOffscreen ; LoadHelpOffscreen
; load help screen in the HGR page that is currently not showing ; load help screen in the HGR page that is currently not showing