You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
callba/callab → farcall/callfar
This commit is contained in:
@@ -805,7 +805,7 @@ ValidateTempWildMonSpecies: ; 2a4a0
|
||||
; Finds a rare wild Pokemon in the route of the trainer calling, then checks if it's been Seen already.
|
||||
; The trainer will then tell you about the Pokemon if you haven't seen it.
|
||||
RandomUnseenWildMon: ; 2a4ab
|
||||
callba GetCallerLocation
|
||||
farcall GetCallerLocation
|
||||
ld d, b
|
||||
ld e, c
|
||||
ld hl, JohtoGrassWildMons
|
||||
@@ -878,7 +878,7 @@ RandomUnseenWildMon: ; 2a4ab
|
||||
; 0x2a51f
|
||||
|
||||
RandomPhoneWildMon: ; 2a51f
|
||||
callba GetCallerLocation
|
||||
farcall GetCallerLocation
|
||||
ld d, b
|
||||
ld e, c
|
||||
ld hl, JohtoGrassWildMons
|
||||
@@ -919,7 +919,7 @@ RandomPhoneWildMon: ; 2a51f
|
||||
|
||||
RandomPhoneMon: ; 2a567
|
||||
; Get a random monster owned by the trainer who's calling.
|
||||
callba GetCallerLocation
|
||||
farcall GetCallerLocation
|
||||
ld hl, TrainerGroups
|
||||
ld a, d
|
||||
dec a
|
||||
|
||||
Reference in New Issue
Block a user