diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-12-31 16:32:04 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-12-31 16:32:04 -0500 |
commit | afbf1b3ffcea7ab5cfd03a8205c18e948c549bb7 (patch) | |
tree | 18133db512710c15ab5d32385ed80771aff58254 /engine/phone/scripts/gaven.asm | |
parent | f2785cdb71713f9da8e0119f9c2f36cc17895c45 (diff) |
*PhoneScript1 -> *PhoneCalleeScript, and *PhoneScript2 -> *PhoneCallerScript
Diffstat (limited to 'engine/phone/scripts/gaven.asm')
-rw-r--r-- | engine/phone/scripts/gaven.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/phone/scripts/gaven.asm b/engine/phone/scripts/gaven.asm index ff4c6c66c..bf4804e4e 100644 --- a/engine/phone/scripts/gaven.asm +++ b/engine/phone/scripts/gaven.asm @@ -1,4 +1,4 @@ -GavenPhoneScript1: +GavenPhoneCalleeScript: trainertotext COOLTRAINERM, GAVEN3, MEM_BUFFER_0 checkflag ENGINE_GAVEN iftrue .WantsBattle @@ -17,7 +17,7 @@ GavenPhoneScript1: landmarktotext ROUTE_26, MEM_BUFFER_2 farjump UnknownScript_0xa0a37 -GavenPhoneScript2: +GavenPhoneCallerScript: trainertotext COOLTRAINERM, GAVEN3, MEM_BUFFER_0 farscall PhoneScript_GreetPhone_Male checkflag ENGINE_GAVEN |