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/elm.asm | |
parent | f2785cdb71713f9da8e0119f9c2f36cc17895c45 (diff) |
*PhoneScript1 -> *PhoneCalleeScript, and *PhoneScript2 -> *PhoneCallerScript
Diffstat (limited to 'engine/phone/scripts/elm.asm')
-rw-r--r-- | engine/phone/scripts/elm.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/phone/scripts/elm.asm b/engine/phone/scripts/elm.asm index 6a954b3f7..2890a14b9 100644 --- a/engine/phone/scripts/elm.asm +++ b/engine/phone/scripts/elm.asm @@ -1,4 +1,4 @@ -ElmPhoneScript1: +ElmPhoneCalleeScript: checkcode VAR_SPECIALPHONECALL ifequal SPECIALCALL_POKERUS, .pokerus checkevent EVENT_SHOWED_TOGEPI_TO_ELM @@ -61,7 +61,7 @@ ElmPhoneScript1: specialphonecall SPECIALCALL_NONE end -ElmPhoneScript2: +ElmPhoneCallerScript: checkcode VAR_SPECIALPHONECALL ifequal SPECIALCALL_ROBBED, .disaster ifequal SPECIALCALL_ASSISTANT, .assistant |