RIP screens and graphics fixes

This commit is contained in:
Pecusx
2025-03-05 09:55:37 +01:00
parent d91e57f146
commit 63eaa84e4b
13 changed files with 644 additions and 55 deletions
+15 -2
View File
@@ -458,13 +458,26 @@ LevelOver
lda LumberjackDir ; branch and Lumerjack ?
cmp branches_list+5
beq BranchDeath
;no branch
;no branch death
cmp #1
bne leftside
; right branch
; right death
lda branches_list+5
beq no_branch_r
; left side branch
mwa #RIPscreen_r_Lbranch animation_addr
rts
no_branch_r
mwa #RIPscreen_r_nobranch animation_addr
rts
leftside
; right death
lda branches_list+5
beq no_branch_l
; right side branch
mwa #RIPscreen_l_Rbranch animation_addr
rts
no_branch_l
mwa #RIPscreen_l_nobranch animation_addr
rts
BranchDeath