mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-03 05:32:00 +00:00
AE requires joystick / Fight Night gamehelp + fixes (#184)
* AE requires joystick * AE looks for space bar between animations * Fight Night game help * Fight Night reset fix * credit
This commit is contained in:
parent
1cad7dc207
commit
8aa0854e50
@ -19,4 +19,7 @@ Esc* * * * * * * * * * * * * * * * pause
|
||||
Ctrl-S * * * * * * * * * * * * * * sound
|
||||
|
||||
Ctrl-R * * * * * * * * * * * * * restart
|
||||
|
||||
|
||||
(space bar skips intro)
|
||||
[eof]
|
||||
|
24
res/GAMEHELP/FIGHT.NIGHT
Normal file
24
res/GAMEHELP/FIGHT.NIGHT
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
Do you have what it takes
|
||||
|
||||
to be the best?
|
||||
|
||||
|
||||
Fight 11 different opponents
|
||||
|
||||
and find out!
|
||||
|
||||
|
||||
|
||||
Esc* * * * * * * * * * * * * * * * pause
|
||||
|
||||
Ctrl-S * * * * * * * * * * *toggle sound
|
||||
|
||||
Ctrl-P * * * * * * * * * * *toggle music
|
||||
|
||||
Ctrl-R * * * * * * * * * * *restart game
|
||||
|
||||
Ctrl-A * * * * * * * * * *Atari joystick
|
||||
|
||||
Ctrl-P * * * * * * * * * *Apple joystick
|
||||
[eof]
|
@ -1,4 +1,4 @@
|
||||
0001,A.E
|
||||
1001,A.E
|
||||
0000,AGENT.U.S.A
|
||||
1110,AIRHEART
|
||||
0001,ALCAZAR
|
||||
|
@ -1,5 +1,5 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
;(c) 2020 by qkumba/Frank M.
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/FIGHT.NIGHT",plain
|
||||
@ -12,6 +12,7 @@
|
||||
sta $A21
|
||||
jsr $800 ; load "DOS"
|
||||
|
||||
+READ_RAM1_WRITE_RAM1
|
||||
+LC_REBOOT
|
||||
+DISABLE_ACCEL
|
||||
jmp $B700
|
||||
|
Loading…
x
Reference in New Issue
Block a user