From 38c94a70f0018a36c1e86daed221042cf258d46a Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Wed, 22 Mar 2023 06:26:43 +0100 Subject: [PATCH] Some fine tuning --- main.asm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main.asm b/main.asm index f9e92cb..d71ce8b 100644 --- a/main.asm +++ b/main.asm @@ -157,13 +157,14 @@ Reset ; reset lives, map and level to 0 stx CurrentMap - ldx #5 - stx Lives ; 5 lives jsr NextMap jsr NextLevel - jsr ResetPPositions + ldx #2 + stx Lives ; 2 lives + jsr ResetPPositions + jsr SetM0Pos ldx #1 ; only set intro state here -- 2.30.2