2018-12-31 16:32:04 -05:00
|
|
|
BrentPhoneCalleeScript:
|
2019-03-10 15:31:59 -04:00
|
|
|
gettrainername STRING_BUFFER_3, POKEMANIAC, BRENT1
|
2020-06-16 14:11:49 -04:00
|
|
|
checkflag ENGINE_BRENT_READY_FOR_REMATCH
|
2018-12-30 17:15:52 -05:00
|
|
|
iftrue .WantsBattle
|
|
|
|
farscall PhoneScript_AnswerPhone_Male
|
|
|
|
checkflag ENGINE_BRENT_MONDAY_MORNING
|
|
|
|
iftrue .NotMonday
|
2019-03-10 15:31:59 -04:00
|
|
|
readvar VAR_WEEKDAY
|
2018-12-30 17:15:52 -05:00
|
|
|
ifnotequal MONDAY, .NotMonday
|
|
|
|
checktime MORN
|
|
|
|
iftrue BrentMondayMorning
|
|
|
|
|
|
|
|
.NotMonday:
|
2019-10-20 22:24:17 +00:00
|
|
|
farsjump BrentHangUpScript
|
2018-12-30 17:15:52 -05:00
|
|
|
|
|
|
|
.WantsBattle:
|
2020-03-15 17:26:10 -04:00
|
|
|
getlandmarkname STRING_BUFFER_5, LANDMARK_ROUTE_43
|
2019-10-20 22:24:17 +00:00
|
|
|
farsjump BrentReminderScript
|
2018-12-30 17:15:52 -05:00
|
|
|
|
2018-12-31 16:32:04 -05:00
|
|
|
BrentPhoneCallerScript:
|
2019-03-10 15:31:59 -04:00
|
|
|
gettrainername STRING_BUFFER_3, POKEMANIAC, BRENT1
|
2018-12-30 17:15:52 -05:00
|
|
|
farscall PhoneScript_GreetPhone_Male
|
|
|
|
farscall PhoneScript_Random2
|
|
|
|
ifequal 0, BrentBillTrivia
|
2020-06-16 14:11:49 -04:00
|
|
|
checkflag ENGINE_BRENT_READY_FOR_REMATCH
|
2018-12-30 17:15:52 -05:00
|
|
|
iftrue .Generic
|
|
|
|
checkflag ENGINE_BRENT_MONDAY_MORNING
|
|
|
|
iftrue .Generic
|
|
|
|
farscall PhoneScript_Random2
|
|
|
|
ifequal 0, BrentWantsBattle
|
|
|
|
|
|
|
|
.Generic:
|
2019-03-10 16:39:31 -04:00
|
|
|
farsjump Phone_GenericCall_Male
|
2018-12-30 17:15:52 -05:00
|
|
|
|
|
|
|
BrentMondayMorning:
|
|
|
|
setflag ENGINE_BRENT_MONDAY_MORNING
|
|
|
|
|
|
|
|
BrentWantsBattle:
|
2020-03-15 17:26:10 -04:00
|
|
|
getlandmarkname STRING_BUFFER_5, LANDMARK_ROUTE_43
|
2020-06-16 14:11:49 -04:00
|
|
|
setflag ENGINE_BRENT_READY_FOR_REMATCH
|
2019-03-10 16:39:31 -04:00
|
|
|
farsjump PhoneScript_WantsToBattle_Male
|
2018-12-30 17:15:52 -05:00
|
|
|
|
|
|
|
BrentBillTrivia:
|
2019-03-10 16:39:31 -04:00
|
|
|
farsjump BrentBillTriviaScript
|