aboutsummaryrefslogtreecommitdiff
path: root/animation.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-01-10 16:08:06 +0900
committerAstatin <[email protected]>2025-01-10 16:08:06 +0900
commitdc5a9431bf4438000dcd028aa6b9c17c9ca492d8 (patch)
tree8a63e04d017dc58d8c88f9842e2cd2ca7273ab05 /animation.gbasm
parent48f765802fc16071d1d605b1fd940bda4562d472 (diff)
Use new relative label thingy
Diffstat (limited to 'animation.gbasm')
-rw-r--r--animation.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation.gbasm b/animation.gbasm
index a75da27..a10b01e 100644
--- a/animation.gbasm
+++ b/animation.gbasm
@@ -11,7 +11,7 @@ Display_Animation:
LD A, (HL)
LD BC, =Animation_Jump_table
.JUMP_TABLE
-
+
POP HL
LD A, L
ADD $04