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 some more unnamed labels
This commit is contained in:
@@ -1089,14 +1089,14 @@ TryStrengthOW:
|
||||
WhirlpoolFunction:
|
||||
call FieldMoveJumptableReset
|
||||
.loop
|
||||
ld hl, Jumptable_cdae
|
||||
ld hl, .Jumptable
|
||||
call FieldMoveJumptable
|
||||
jr nc, .loop
|
||||
and $7f
|
||||
ld [wFieldMoveSucceeded], a
|
||||
ret
|
||||
|
||||
Jumptable_cdae:
|
||||
.Jumptable:
|
||||
dw .TryWhirlpool
|
||||
dw .DoWhirlpool
|
||||
dw .FailWhirlpool
|
||||
|
||||
Reference in New Issue
Block a user