summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: