mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
allow About and Cheat from global Help
This commit is contained in:
parent
ccccf87839
commit
0731ca7ba8
@ -31,7 +31,12 @@ Credits
|
|||||||
jsr ShowOtherPage ; show credits
|
jsr ShowOtherPage ; show credits
|
||||||
jsr WaitForKeyFor30Seconds; wait
|
jsr WaitForKeyFor30Seconds; wait
|
||||||
bit CLEARKBD ; don't care about key
|
bit CLEARKBD ; don't care about key
|
||||||
sec ; if called from search mode, tell caller to refresh
|
cmp #$81 ; Ctrl-A = about
|
||||||
|
beq Credits
|
||||||
|
cmp #$83 ; Ctrl-C = toggle cheat mode
|
||||||
|
bne +
|
||||||
|
jsr ToggleCheat
|
||||||
|
+ sec ; if called from search mode, tell caller to refresh
|
||||||
rts
|
rts
|
||||||
|
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user