RIP screens and graphics fixes
This commit is contained in:
+614
-46
File diff suppressed because it is too large
Load Diff
@@ -278,3 +278,11 @@ print_lines(dta, -9, -1)
|
|||||||
print('RIPscreen_r_branch ; page 4')
|
print('RIPscreen_r_branch ; page 4')
|
||||||
dta = load_atrview('rip.atrview', page=4)
|
dta = load_atrview('rip.atrview', page=4)
|
||||||
print_lines(dta, -9, -1)
|
print_lines(dta, -9, -1)
|
||||||
|
|
||||||
|
print('RIPscreen_l_Rbranch ; page 5')
|
||||||
|
dta = load_atrview('rip.atrview', page=5)
|
||||||
|
print_lines(dta, -9, -1)
|
||||||
|
|
||||||
|
print('RIPscreen_r_Lbranch ; page 6')
|
||||||
|
dta = load_atrview('rip.atrview', page=6)
|
||||||
|
print_lines(dta, -9, -1)
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
+15
-2
@@ -458,13 +458,26 @@ LevelOver
|
|||||||
lda LumberjackDir ; branch and Lumerjack ?
|
lda LumberjackDir ; branch and Lumerjack ?
|
||||||
cmp branches_list+5
|
cmp branches_list+5
|
||||||
beq BranchDeath
|
beq BranchDeath
|
||||||
;no branch
|
;no branch death
|
||||||
cmp #1
|
cmp #1
|
||||||
bne leftside
|
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
|
mwa #RIPscreen_r_nobranch animation_addr
|
||||||
rts
|
rts
|
||||||
leftside
|
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
|
mwa #RIPscreen_l_nobranch animation_addr
|
||||||
rts
|
rts
|
||||||
BranchDeath
|
BranchDeath
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user