summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/phone_callers.asm2
-rw-r--r--engine/specials.asm2
-rwxr-xr-xengine/wildmons.asm2
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