mirror of
https://github.com/pret/pokegold.git
synced 2026-09-27 05:35:02 -04:00
Rename labels to stop cheating the unnamed.py script.
This commit is contained in:
@@ -283,14 +283,14 @@ CopyTradeName:
|
||||
call CopyBytes
|
||||
ret
|
||||
|
||||
Unreferenced_Functionfcdfb:
|
||||
Unreferenced_Functionfcbc7:
|
||||
ld bc, 4
|
||||
call CopyBytes
|
||||
ld a, "@"
|
||||
ld [de], a
|
||||
ret
|
||||
|
||||
Unreferenced_Functionfce05:
|
||||
Unreferenced_Functionfcbd1:
|
||||
ld bc, 3
|
||||
call CopyBytes
|
||||
ld a, "@"
|
||||
|
||||
@@ -1066,14 +1066,14 @@ TryStrengthOW:
|
||||
WhirlpoolFunction:
|
||||
call FieldMoveJumptableReset
|
||||
.loop
|
||||
ld hl, Jumptable_cdae
|
||||
ld hl, Jumptable_cdb1
|
||||
call FieldMoveJumptable
|
||||
jr nc, .loop
|
||||
and $7f
|
||||
ld [wFieldMoveSucceeded], a
|
||||
ret
|
||||
|
||||
Jumptable_cdae:
|
||||
Jumptable_cdb1:
|
||||
dw .TryWhirlpool
|
||||
dw .DoWhirlpool
|
||||
dw .FailWhirlpool
|
||||
|
||||
Reference in New Issue
Block a user