mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-22 21:32:39 +00:00
fix Spy vs Spy 3 title screen (#604)
Code was hitting strobe instead of c000 (strobe is cleared previously during the Maxx Out screen).
This commit is contained in:
parent
ab7fa205d9
commit
0835419aaa
@ -1,5 +1,5 @@
|
||||
;license:MIT
|
||||
;(c) 2021 by qkumba
|
||||
;(c) 2021, 2024 by qkumba/Frank M.
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH.INDEXED/SS3",plain
|
||||
@ -13,8 +13,10 @@
|
||||
sta $20BB
|
||||
sta $2217
|
||||
jsr $2000 ; decompress
|
||||
lda #0
|
||||
sta $C0D ; check for keypress on title screen
|
||||
+DISABLE_ACCEL
|
||||
jsr $12FD
|
||||
jsr $12FD ; show Maxx Out & title screen animation
|
||||
+ENABLE_ACCEL
|
||||
jsr $90FD ; decompress
|
||||
jsr DisableAccelerator
|
||||
|
Loading…
Reference in New Issue
Block a user