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