mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-12 00:30:31 +00:00
ootw: collision: had some code comments pending
This commit is contained in:
parent
18da26db37
commit
2892e3956d
@ -444,9 +444,11 @@ calc_gun_left_shield:
|
||||
|
||||
calc_gun_left_shield_loop:
|
||||
|
||||
; if shield not out, skip
|
||||
lda shield_out,X
|
||||
beq calc_gun_left_shield_continue
|
||||
|
||||
; if current wall is closer, skip
|
||||
lda COLLISION_X
|
||||
cmp shield_x,X
|
||||
bcc calc_gun_left_shield_continue ; blt
|
||||
|
Loading…
x
Reference in New Issue
Block a user