mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
shave some bytes
This commit is contained in:
parent
d2315c5663
commit
977df4c9f2
@ -8,7 +8,7 @@
|
||||
; LC RAM BANK 1
|
||||
; D000..E82E - persistent data structures (gGlobalPrefsStore, gGamesListStore)
|
||||
; ...unused...
|
||||
; E915..FFF1 - main program code
|
||||
; E917..FFF1 - main program code
|
||||
; FFF2..FFF9 - API functions and global constants available for main program
|
||||
; code, prelaunchers, transition effects, &c.
|
||||
; (Wait/UnwaitForVBL, MockingboardStuff, MachineStatus)
|
||||
|
@ -16,7 +16,7 @@
|
||||
;
|
||||
|
||||
gGameToLaunch
|
||||
!word $FF,$FF
|
||||
!word $FFFF
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; AnyGameSelected
|
||||
|
Loading…
Reference in New Issue
Block a user