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/parry.asm | |
parent | f2785cdb71713f9da8e0119f9c2f36cc17895c45 (diff) |
*PhoneScript1 -> *PhoneCalleeScript, and *PhoneScript2 -> *PhoneCallerScript
Diffstat (limited to 'engine/phone/scripts/parry.asm')
-rw-r--r-- | engine/phone/scripts/parry.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/phone/scripts/parry.asm b/engine/phone/scripts/parry.asm index 0a91e2349..0ab95ad9f 100644 --- a/engine/phone/scripts/parry.asm +++ b/engine/phone/scripts/parry.asm @@ -1,4 +1,4 @@ -ParryPhoneScript1: +ParryPhoneCalleeScript: trainertotext HIKER, PARRY1, MEM_BUFFER_0 checkflag ENGINE_PARRY iftrue .WantsBattle @@ -17,7 +17,7 @@ ParryPhoneScript1: landmarktotext ROUTE_45, MEM_BUFFER_2 farjump ParryHaventYouGottenTo -ParryPhoneScript2: +ParryPhoneCallerScript: trainertotext HIKER, PARRY1, MEM_BUFFER_0 farscall PhoneScript_GreetPhone_Male checkflag ENGINE_PARRY |