You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Identify label BattleTowerFade.loop
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user