mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-24 22:31:40 +00:00
shave some bytes
This commit is contained in:
parent
4cbfb15814
commit
863b8f5179
@ -9,7 +9,7 @@
|
||||
; D000..E611 - persistent data structures (per-game cheat categories,
|
||||
; gGlobalPrefsStore, gGamesListStore)
|
||||
; ...unused...
|
||||
; EC26..FFF9 - main program code
|
||||
; EC29..FFF9 - main program code
|
||||
; FFFA..FFFF - NMI, reset, IRQ vectors
|
||||
;
|
||||
; LC RAM BANK 2
|
||||
|
@ -56,14 +56,11 @@ MegaAttractMode
|
||||
+LDAY @mname ; A/Y = address of module name
|
||||
jsr RunAttractModule
|
||||
lda KBD
|
||||
bpl @jmpattract
|
||||
bpl MegaAttractMode
|
||||
cmp #$8D ; Enter plays the game shown on screen.
|
||||
bne @jmpsearch ; Any other key switches to Search Mode.
|
||||
bne + ; Any other key switches to Search Mode.
|
||||
jsr PlayGame ; (might return if user hits Ctrl-Reset)
|
||||
@jmpattract
|
||||
jmp MegaAttractMode
|
||||
@jmpsearch
|
||||
jmp SearchMode
|
||||
+ jmp SearchMode
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; MiniAttractMode
|
||||
|
Loading…
Reference in New Issue
Block a user