From 8949f437ab72fb76351a3914cbe2fa43f510f67d Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sat, 21 Jun 2025 13:02:32 +0200 Subject: [PATCH] unit: removed debu BREAKs --- src/unit.s | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/unit.s b/src/unit.s index 8cc4457..1bdf21a 100644 --- a/src/unit.s +++ b/src/unit.s @@ -268,7 +268,6 @@ unit_collides_with_any_other: ld hl, p0_units ld a, UNITS_MAX ; loop counter - BREAK @loop: push de ; save current actor on stack push bc @@ -323,7 +322,6 @@ unit_collides_with_any_other: ld a, d ld [hl], a - BREAK ; if we get here clean up the stack ; and set the CF_COLLISION flag ld a, CF_COLLISION -- 2.30.2