From 7d64340b5d2b11b01a4573d7865f3e70fa032d87 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Tue, 17 Nov 2020 23:43:28 -0500 Subject: [PATCH] Ignore offscreen collisions --- BuGS/gameShot.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BuGS/gameShot.s b/BuGS/gameShot.s index 97955fb..06e89bb 100644 --- a/BuGS/gameShot.s +++ b/BuGS/gameShot.s @@ -140,6 +140,8 @@ updateShot_checkCollision anop bne updateShot_collision rtl updateShot_collision anop + cpx #SCREEN_ADDRESS + blt updateShot_done and #$3333 bne updateShot_maybeMushroom