diff --git a/lumber.asm b/lumber.asm index 475c84e..7d7174c 100644 --- a/lumber.asm +++ b/lumber.asm @@ -335,10 +335,12 @@ LevelDeath cmp #@kbcode._space bne LevelDeath ; restart game + jsr ScoreClear jsr InitBranches jsr draw_branches mva #1 LevelValue jsr LevelToScreen + mva #20 PowerDownSpeed mva #24 PowerValue ; half power jsr draw_PowerBar mva #0 StateFlag diff --git a/lumber.xex b/lumber.xex index 7f01d72..c786fc0 100644 Binary files a/lumber.xex and b/lumber.xex differ