shithub: pokecrystal

Download patch

ref: 1116180e3c072b78d0bfb45d2df3d092f0e7ea0d
parent: 8e54adc22f6793ce86612d30770b02c71a80a2db
author: surskitty <[email protected]>
date: Wed Dec 13 18:39:47 EST 2017

Renaming RandomPhoneRareWildMon to RandomRareWildMon.

--- a/engine/phone_callers.asm
+++ b/engine/phone_callers.asm
@@ -851,7 +851,7 @@
 	farjump PhoneScript_HangupText_Female
 
 PhoneScriptRareWildMon:
-	special RandomPhoneRareWildMon
+	special RandomUnseenWildMon
 	end
 
 PhoneScript_BugCatchingContest:
--- a/engine/specials.asm
+++ b/engine/specials.asm
@@ -111,7 +111,7 @@
 	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
--- a/engine/wildmons.asm
+++ b/engine/wildmons.asm
@@ -804,7 +804,7 @@
 
 ; 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