Some fine tuning
authorLukas Krickl <lukas@krickl.dev>
Wed, 22 Mar 2023 05:26:43 +0000 (06:26 +0100)
committerLukas Krickl <lukas@krickl.dev>
Wed, 22 Mar 2023 05:26:43 +0000 (06:26 +0100)
main.asm

index f9e92cbfd32df0e80bdf0e5d2d52c88802dc32d3..d71ce8bcd9052e065049256280431d25da067e96 100644 (file)
--- 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