From 2892e3956d933e5a13130bd736191f36f8ae702a Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 10 Feb 2020 11:03:59 -0500 Subject: [PATCH] ootw: collision: had some code comments pending --- ootw/collision.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ootw/collision.s b/ootw/collision.s index c4b06271..f5d2e9e5 100644 --- a/ootw/collision.s +++ b/ootw/collision.s @@ -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