mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 20:30:29 +00:00
load prelaunch index into clobber-able address
fixes https://github.com/a2-4am/4cade/issues/431
This commit is contained in:
parent
48d6c3fad2
commit
d83e5dfe30
@ -127,10 +127,10 @@ PlayGameInAY
|
||||
jsr ClearScreens ; avoid seeing code load into the HGR page
|
||||
; (clobbers $106, must do now before loading prelaunch code)
|
||||
|
||||
jsr LoadFile ; load prelaunch index file into $6000
|
||||
jsr LoadFile ; load prelaunch index file
|
||||
!word kRootDirectory
|
||||
!word kPrelaunchIndexFile
|
||||
- !word $6000
|
||||
- !word gSearchCache
|
||||
|
||||
jsr okvs_find
|
||||
!word -
|
||||
|
Loading…
Reference in New Issue
Block a user