mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
jsr/rts to jmp optimiz
This commit is contained in:
+2
-2
@@ -287,8 +287,8 @@ checkForHuman ; if all in skillTable other than 0 then switch to DEMO MODE
|
||||
; no people, just wait a bit
|
||||
;pause 150
|
||||
ldy #75
|
||||
jsr PauseYFrames
|
||||
rts
|
||||
jmp PauseYFrames
|
||||
; rts
|
||||
peopleAreHere
|
||||
jmp getkey ; jsr:rts
|
||||
.endp
|
||||
|
||||
Reference in New Issue
Block a user