From: Lukas Krickl Date: Sat, 21 Jun 2025 11:02:32 +0000 (+0200) Subject: unit: removed debu BREAKs X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=8949f437ab72fb76351a3914cbe2fa43f510f67d;p=gbrg%2F.git unit: removed debu BREAKs --- 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