mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Second fire support #17
This commit is contained in:
@@ -177,6 +177,14 @@ EndOfCreditsVBI
|
||||
sta STICK0
|
||||
lda STRIG0,x
|
||||
sta STRIG0
|
||||
; and PADDLES (2 and 3 joystick button)
|
||||
txa
|
||||
asl
|
||||
tax
|
||||
lda PADDL0,x
|
||||
sta PADDL0
|
||||
lda PADDL1,x
|
||||
sta PADDL1
|
||||
jmp XITVBV
|
||||
.ELIF TARGET = 5200
|
||||
lda SkStatSimulator
|
||||
|
||||
Reference in New Issue
Block a user