projects
/
turtlebay
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e6440
)
Some fine tuning
author
Lukas Krickl
<lukas@krickl.dev>
Wed, 22 Mar 2023 05:26:43 +0000
(06:26 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Wed, 22 Mar 2023 05:26:43 +0000
(06:26 +0100)
main.asm
patch
|
blob
|
history
diff --git
a/main.asm
b/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