projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67fb9aa
)
removed debug BREAK
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Sep 2025 15:20:18 +0000
(17:20 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Sep 2025 15:20:18 +0000
(17:20 +0200)
src/animation.s
patch
|
blob
|
history
diff --git
a/src/animation.s
b/src/animation.s
index d85e40c44f09a141a64c021e9044ab8058eb3609..b4ac80d40085436b8d2ad6294bffbf7e3d007255 100644
(file)
--- 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