From 5b9e6c0299af7b02630122c5cd1e2c65d65b97a8 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 5 Feb 2021 14:56:29 -0500 Subject: [PATCH] Identify label BattleTowerFade.loop --- engine/tilesets/timeofday_pals.asm | 4 ++-- 1 file 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: