From: Lukas Krickl Date: Mon, 8 Sep 2025 15:20:18 +0000 (+0200) Subject: removed debug BREAK X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=9b1dd010f85aacff00efb0fe57fb3bcb4c905aee;p=gbrg%2F.git removed debug BREAK --- 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