From 1116180e3c072b78d0bfb45d2df3d092f0e7ea0d Mon Sep 17 00:00:00 2001 From: surskitty Date: Wed, 13 Dec 2017 23:39:47 -0500 Subject: [PATCH] Renaming RandomPhoneRareWildMon to RandomRareWildMon. --- engine/phone_callers.asm | 2 +- engine/specials.asm | 2 +- 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