diff options
Diffstat (limited to 'engine/phone/scripts/brent.asm')
-rw-r--r-- | engine/phone/scripts/brent.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/phone/scripts/brent.asm b/engine/phone/scripts/brent.asm index 1a4d954f9..f687e983a 100644 --- a/engine/phone/scripts/brent.asm +++ b/engine/phone/scripts/brent.asm @@ -1,6 +1,6 @@ BrentPhoneCalleeScript: gettrainername STRING_BUFFER_3, POKEMANIAC, BRENT1 - checkflag ENGINE_BRENT + checkflag ENGINE_BRENT_READY_FOR_REMATCH iftrue .WantsBattle farscall PhoneScript_AnswerPhone_Male checkflag ENGINE_BRENT_MONDAY_MORNING @@ -22,7 +22,7 @@ BrentPhoneCallerScript: farscall PhoneScript_GreetPhone_Male farscall PhoneScript_Random2 ifequal 0, BrentBillTrivia - checkflag ENGINE_BRENT + checkflag ENGINE_BRENT_READY_FOR_REMATCH iftrue .Generic checkflag ENGINE_BRENT_MONDAY_MORNING iftrue .Generic @@ -37,7 +37,7 @@ BrentMondayMorning: BrentWantsBattle: getlandmarkname STRING_BUFFER_5, LANDMARK_ROUTE_43 - setflag ENGINE_BRENT + setflag ENGINE_BRENT_READY_FOR_REMATCH farsjump PhoneScript_WantsToBattle_Male BrentBillTrivia: |