Renaming RandomPhoneRareWildMon to RandomRareWildMon.

This commit is contained in:
surskitty 2017-12-13 23:39:47 -05:00
parent 8e54adc22f
commit 1116180e3c
3 changed files with 3 additions and 3 deletions

View File

@ -851,7 +851,7 @@ Phone_CheckIfUnseenRare:
farjump PhoneScript_HangupText_Female farjump PhoneScript_HangupText_Female
PhoneScriptRareWildMon: PhoneScriptRareWildMon:
special RandomPhoneRareWildMon special RandomUnseenWildMon
end end
PhoneScript_BugCatchingContest: PhoneScript_BugCatchingContest:

View File

@ -111,7 +111,7 @@ SpecialsPointers:: ; c029
add_special Special_DisplayLinkRecord add_special Special_DisplayLinkRecord
add_special GetFirstPokemonHappiness add_special GetFirstPokemonHappiness
add_special CheckFirstMonIsEgg add_special CheckFirstMonIsEgg
add_special RandomPhoneRareWildMon add_special RandomUnseenWildMon
add_special RandomPhoneWildMon add_special RandomPhoneWildMon
add_special RandomPhoneMon add_special RandomPhoneMon
add_special MapCallbackSprites_LoadUsedSpritesGFX add_special MapCallbackSprites_LoadUsedSpritesGFX

View File

@ -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. ; 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. ; The trainer will then tell you about the Pokemon if you haven't seen it.
RandomPhoneRareWildMon: ; 2a4ab RandomUnseenWildMon: ; 2a4ab
callba GetCallerLocation callba GetCallerLocation
ld d, b ld d, b
ld e, c ld e, c