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