Identify label BattleTowerFade.loop

This commit is contained in:
Rangi 2021-02-05 14:56:29 -05:00
parent d10b168c6f
commit 5b9e6c0299

View File

@ -132,7 +132,7 @@ BattleTowerFade:
ld c, $9 ld c, $9
call GetTimePalFade call GetTimePalFade
ld b, $4 ld b, $4
.asm_8c09c .loop
call DmgToCgbTimePals call DmgToCgbTimePals
inc hl inc hl
inc hl inc hl
@ -140,7 +140,7 @@ BattleTowerFade:
ld c, $7 ld c, $7
call DelayFrames call DelayFrames
dec b dec b
jr nz, .asm_8c09c jr nz, .loop
ret ret
FadeInQuickly: FadeInQuickly: