diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 14:11:49 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 14:32:57 -0400 |
commit | 7b2515d1e47198322407081dfe57c7ca49f22c5f (patch) | |
tree | 05e8978aa4d0fee85b7b31678253b34ccc950a44 /engine/phone/scripts/wilton.asm | |
parent | 2354c41a96bdf80861338add2f0b3a67b18f160e (diff) |
[in progress] Harmonize more constant and data files with pokegold
Diffstat (limited to 'engine/phone/scripts/wilton.asm')
-rw-r--r-- | engine/phone/scripts/wilton.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/phone/scripts/wilton.asm b/engine/phone/scripts/wilton.asm index bf7849011..51f8e24fe 100644 --- a/engine/phone/scripts/wilton.asm +++ b/engine/phone/scripts/wilton.asm @@ -1,6 +1,6 @@ WiltonPhoneCalleeScript: gettrainername STRING_BUFFER_3, FISHER, WILTON1 - checkflag ENGINE_WILTON + checkflag ENGINE_WILTON_READY_FOR_REMATCH iftrue .WantsBattle farscall PhoneScript_AnswerPhone_Male checkflag ENGINE_WILTON_THURSDAY_MORNING @@ -26,7 +26,7 @@ WiltonPhoneCalleeScript: WiltonPhoneCallerScript: gettrainername STRING_BUFFER_3, FISHER, WILTON1 farscall PhoneScript_GreetPhone_Male - checkflag ENGINE_WILTON + checkflag ENGINE_WILTON_READY_FOR_REMATCH iftrue .GenericCall checkflag ENGINE_WILTON_THURSDAY_MORNING iftrue .GenericCall @@ -45,7 +45,7 @@ WiltonThursdayMorning: WiltonWantsBattle: getlandmarkname STRING_BUFFER_5, LANDMARK_ROUTE_44 - setflag ENGINE_WILTON + setflag ENGINE_WILTON_READY_FOR_REMATCH farsjump PhoneScript_WantsToBattle_Male WiltonHasItem: |