summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-02-05 14:56:29 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2021-02-05 14:56:29 -0500
commit5b9e6c0299af7b02630122c5cd1e2c65d65b97a8 (patch)
treeb98048e838a0fbca4f13a800f0864d0ee9a9f3ab /engine
parentd10b168c6fd34f3d367693ac1f193d5705183f12 (diff)
Identify label BattleTowerFade.loop
Diffstat (limited to 'engine')
-rw-r--r--engine/tilesets/timeofday_pals.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/tilesets/timeofday_pals.asm b/engine/tilesets/timeofday_pals.asm
index 2f61f1930..214d2f743 100644
--- a/engine/tilesets/timeofday_pals.asm
+++ b/engine/tilesets/timeofday_pals.asm
@@ -132,7 +132,7 @@ BattleTowerFade:
ld c, $9
call GetTimePalFade
ld b, $4
-.asm_8c09c
+.loop
call DmgToCgbTimePals
inc hl
inc hl
@@ -140,7 +140,7 @@ BattleTowerFade:
ld c, $7
call DelayFrames
dec b
- jr nz, .asm_8c09c
+ jr nz, .loop
ret
FadeInQuickly: