From: Lukas Krickl Date: Wed, 22 Mar 2023 05:26:43 +0000 (+0100) Subject: Some fine tuning X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=38c94a70f0018a36c1e86daed221042cf258d46a;p=turtlebay%2F.git Some fine tuning --- 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