summaryrefslogtreecommitdiff
path: root/engine/phone/scripts/reena.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/phone/scripts/reena.asm')
-rw-r--r--engine/phone/scripts/reena.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/phone/scripts/reena.asm b/engine/phone/scripts/reena.asm
index 9425d4379..efdfe05c1 100644
--- a/engine/phone/scripts/reena.asm
+++ b/engine/phone/scripts/reena.asm
@@ -1,6 +1,6 @@
ReenaPhoneCalleeScript:
gettrainername STRING_BUFFER_3, COOLTRAINERF, REENA1
- checkflag ENGINE_REENA
+ checkflag ENGINE_REENA_READY_FOR_REMATCH
iftrue .WantsBattle
farscall PhoneScript_AnswerPhone_Female
checkflag ENGINE_REENA_SUNDAY_MORNING
@@ -20,7 +20,7 @@ ReenaPhoneCalleeScript:
ReenaPhoneCallerScript:
gettrainername STRING_BUFFER_3, COOLTRAINERF, REENA1
farscall PhoneScript_GreetPhone_Female
- checkflag ENGINE_REENA
+ checkflag ENGINE_REENA_READY_FOR_REMATCH
iftrue .Generic
checkflag ENGINE_REENA_SUNDAY_MORNING
iftrue .Generic
@@ -35,5 +35,5 @@ ReenaSundayMorning:
ReenaWantsBattle:
getlandmarkname STRING_BUFFER_5, LANDMARK_ROUTE_27
- setflag ENGINE_REENA
+ setflag ENGINE_REENA_READY_FOR_REMATCH
farsjump PhoneScript_WantsToBattle_Female