diff options
author | surskitty <surskitty@gmail.com> | 2017-12-13 23:39:47 -0500 |
---|---|---|
committer | surskitty <surskitty@gmail.com> | 2017-12-13 23:39:47 -0500 |
commit | 1116180e3c072b78d0bfb45d2df3d092f0e7ea0d (patch) | |
tree | 62ed8812d16467346e75ba3e1b4e53290ba1ea59 | |
parent | 8e54adc22f6793ce86612d30770b02c71a80a2db (diff) |
Renaming RandomPhoneRareWildMon to RandomRareWildMon.
-rw-r--r-- | engine/phone_callers.asm | 2 | ||||
-rw-r--r-- | engine/specials.asm | 2 | ||||
-rwxr-xr-x | engine/wildmons.asm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engine/phone_callers.asm b/engine/phone_callers.asm index f14e45eca..58058a418 100644 --- a/engine/phone_callers.asm +++ b/engine/phone_callers.asm @@ -851,7 +851,7 @@ Phone_CheckIfUnseenRare: farjump PhoneScript_HangupText_Female PhoneScriptRareWildMon: - special RandomPhoneRareWildMon + special RandomUnseenWildMon end PhoneScript_BugCatchingContest: diff --git a/engine/specials.asm b/engine/specials.asm index e88112286..e4f4533c6 100644 --- a/engine/specials.asm +++ b/engine/specials.asm @@ -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 diff --git a/engine/wildmons.asm b/engine/wildmons.asm index 355655268..1b6a88f6f 100755 --- a/engine/wildmons.asm +++ b/engine/wildmons.asm @@ -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 |