mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Renaming RandomPhoneRareWildMon to RandomRareWildMon.
This commit is contained in:
parent
8e54adc22f
commit
1116180e3c
@ -851,7 +851,7 @@ Phone_CheckIfUnseenRare:
|
||||
farjump PhoneScript_HangupText_Female
|
||||
|
||||
PhoneScriptRareWildMon:
|
||||
special RandomPhoneRareWildMon
|
||||
special RandomUnseenWildMon
|
||||
end
|
||||
|
||||
PhoneScript_BugCatchingContest:
|
||||
|
@ -111,7 +111,7 @@ SpecialsPointers:: ; c029
|
||||
add_special Special_DisplayLinkRecord
|
||||
add_special GetFirstPokemonHappiness
|
||||
add_special CheckFirstMonIsEgg
|
||||
add_special RandomPhoneRareWildMon
|
||||
add_special RandomUnseenWildMon
|
||||
add_special RandomPhoneWildMon
|
||||
add_special RandomPhoneMon
|
||||
add_special MapCallbackSprites_LoadUsedSpritesGFX
|
||||
|
@ -804,7 +804,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.
|
||||
RandomPhoneRareWildMon: ; 2a4ab
|
||||
RandomUnseenWildMon: ; 2a4ab
|
||||
callba GetCallerLocation
|
||||
ld d, b
|
||||
ld e, c
|
||||
|
Loading…
Reference in New Issue
Block a user