This commit is contained in:
Pecusx
2025-03-04 11:39:58 +01:00
parent 98f30c813e
commit d65009fb8b
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -418,10 +418,10 @@ no_2branch_l
LevelDeath LevelDeath
jsr SetRIPscreen jsr SetRIPscreen
mva #2 StateFlag mva #2 StateFlag
mva RANDOM COLBAK @ mva RANDOM COLBAK
jsr GetKeyFast jsr GetKeyFast
cmp #@kbcode._space cmp #@kbcode._space
bne LevelDeath bne @-
; restart game ; restart game
jsr ScoreClear jsr ScoreClear
jsr InitBranches jsr InitBranches
@@ -445,7 +445,7 @@ LevelOver
;-------------------------------------------------- ;--------------------------------------------------
.proc SetRIPscreen .proc SetRIPscreen
;-------------------------------------------------- ;--------------------------------------------------
WaitForSync :5 WaitForSync
mva #>font_game_rip LowCharsetBase mva #>font_game_rip LowCharsetBase
lda LumberjackDir ; branch and Lumerjack ? lda LumberjackDir ; branch and Lumerjack ?
cmp branches_list+5 cmp branches_list+5
BIN
View File
Binary file not shown.