From 82c39faddf8a3c10c1a3c76c0613316a8ebd4285 Mon Sep 17 00:00:00 2001 From: pkali Date: Sun, 21 May 2023 09:55:51 -0400 Subject: [PATCH] README updt --- scorch.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scorch.asm b/scorch.asm index 9a14dbd..2be1c60 100644 --- a/scorch.asm +++ b/scorch.asm @@ -509,8 +509,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