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