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
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: