mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-24 22:31:40 +00:00
.
This commit is contained in:
parent
84d7e16c90
commit
4bbc295ec6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user