mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Identify label BattleTowerFade.loop
This commit is contained in:
parent
d10b168c6f
commit
5b9e6c0299
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user