summaryrefslogtreecommitdiff
path: root/engine/phone/scripts/anthony.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/phone/scripts/anthony.asm')
-rw-r--r--engine/phone/scripts/anthony.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/phone/scripts/anthony.asm b/engine/phone/scripts/anthony.asm
index a4c2c95ee..06abcd844 100644
--- a/engine/phone/scripts/anthony.asm
+++ b/engine/phone/scripts/anthony.asm
@@ -1,6 +1,6 @@
AnthonyPhoneCalleeScript:
gettrainername STRING_BUFFER_3, HIKER, ANTHONY2
- checkflag ENGINE_ANTHONY
+ checkflag ENGINE_ANTHONY_READY_FOR_REMATCH
iftrue .WantsBattle
farscall PhoneScript_AnswerPhone_Male
checkflag ENGINE_ANTHONY_FRIDAY_NIGHT
@@ -28,7 +28,7 @@ AnthonyPhoneCallerScript:
farscall PhoneScript_GreetPhone_Male
checkflag ENGINE_FLYPOINT_GOLDENROD
iffalse .TriesSwarm
- checkflag ENGINE_ANTHONY
+ checkflag ENGINE_ANTHONY_READY_FOR_REMATCH
iftrue .TriesSwarm
checkflag ENGINE_ANTHONY_FRIDAY_NIGHT
iftrue .TriesSwarm
@@ -45,7 +45,7 @@ AnthonyFridayNight:
AnthonyWantsBattle:
getlandmarkname STRING_BUFFER_5, LANDMARK_ROUTE_33
- setflag ENGINE_ANTHONY
+ setflag ENGINE_ANTHONY_READY_FOR_REMATCH
farsjump PhoneScript_WantsToBattle_Male
AnthonyTriesDunsparceSwarm: