From 9b1dd010f85aacff00efb0fe57fb3bcb4c905aee Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 8 Sep 2025 17:20:18 +0200 Subject: [PATCH] removed debug BREAK --- src/animation.s | 1 - 1 file changed, 1 deletion(-) diff --git a/src/animation.s b/src/animation.s index d85e40c..b4ac80d 100644 --- a/src/animation.s +++ b/src/animation.s @@ -69,7 +69,6 @@ unit_draw: ld a, [hl+] ld c, a ; flags ld a, [hl] ; a = tile offset - BREAK add a, b ; base tile + offset ld b, a ; b = real tile -- 2.30.2