2017-11-10 02:21:31 +01:00
|
|
|
Route123_BerryMastersHouse_MapScripts:: @ 826F83B
|
2019-04-05 01:28:37 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, Route123_BerryMastersHouse_OnTransition
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2019-04-05 01:28:37 +02:00
|
|
|
Route123_BerryMastersHouse_OnTransition: @ 826F841
|
2017-12-27 04:20:29 +01:00
|
|
|
setflag FLAG_LANDMARK_BERRY_MASTERS_HOUSE
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_BerryMaster:: @ 826F845
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-02-12 07:40:34 +01:00
|
|
|
dotimebasedevents
|
2019-11-06 20:06:06 +01:00
|
|
|
goto_if_set FLAG_DAILY_BERRY_MASTER_RECEIVED_BERRY, Route123_BerryMastersHouse_EventScript_ReceivedBerryToday
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_YoureDeservingOfBerry, MSGBOX_DEFAULT
|
|
|
|
random NUM_BERRY_MASTER_BERRIES
|
|
|
|
addvar VAR_RESULT, NUM_BERRY_MASTER_BERRIES_SKIPPED
|
2019-09-16 05:47:07 +02:00
|
|
|
addvar VAR_RESULT, FIRST_BERRY_INDEX
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem VAR_RESULT
|
2019-11-06 20:06:06 +01:00
|
|
|
compare VAR_RESULT, FALSE
|
2019-02-23 01:52:11 +01:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-01-03 02:54:55 +01:00
|
|
|
setflag FLAG_DAILY_BERRY_MASTER_RECEIVED_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
msgbox Route123_BerryMastersHouse_Text_WhyBeStingyTakeAnother, MSGBOX_DEFAULT
|
|
|
|
random NUM_BERRY_MASTER_BERRIES
|
|
|
|
addvar VAR_RESULT, NUM_BERRY_MASTER_BERRIES_SKIPPED
|
2019-09-16 05:47:07 +02:00
|
|
|
addvar VAR_RESULT, FIRST_BERRY_INDEX
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem VAR_RESULT
|
2019-11-06 20:06:06 +01:00
|
|
|
compare VAR_RESULT, FALSE
|
2019-02-23 01:52:11 +01:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-11-06 20:06:06 +01:00
|
|
|
msgbox Route123_BerryMastersHouse_Text_VisitPrettyPetalFlowerShop, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_ReceivedBerryToday:: @ 826F8B6
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_DoneForToday, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_BerryMastersWife:: @ 826F8C0
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-02-12 07:40:34 +01:00
|
|
|
dotimebasedevents
|
2019-11-06 20:06:06 +01:00
|
|
|
goto_if_set FLAG_DAILY_BERRY_MASTERS_WIFE, Route123_BerryMastersHouse_EventScript_ReceivedWifeBerryToday
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_HeardAGoodSayingLately, MSGBOX_DEFAULT
|
2019-02-27 19:45:31 +01:00
|
|
|
setvar VAR_0x8004, EASY_CHAT_TYPE_GOOD_SAYING
|
|
|
|
call Common_ShowEasyChatScreen
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-11-06 20:06:06 +01:00
|
|
|
compare VAR_RESULT, TRUE
|
|
|
|
goto_if_eq Route123_BerryMastersHouse_EventScript_GavePhrase
|
|
|
|
compare VAR_RESULT, FALSE
|
|
|
|
goto_if_eq Route123_BerryMastersHouse_EventScript_CancelPhrase
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_CancelPhrase:: @ 826F8F7
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_Ah, MSGBOX_DEFAULT
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_JoyNeverGoesOutOfMyLife, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_GavePhrase:: @ 826F909
|
|
|
|
compare VAR_0x8004, NOT_SPECIAL_PHRASE
|
|
|
|
goto_if_eq Route123_BerryMastersHouse_EventScript_GiveNormalBerry
|
|
|
|
compare VAR_0x8004, PHRASE_GREAT_BATTLE
|
|
|
|
goto_if_eq Route123_BerryMastersHouse_EventScript_GiveSpelonBerry
|
|
|
|
compare VAR_0x8004, PHRASE_CHALLENGE_CONTEST
|
|
|
|
goto_if_eq Route123_BerryMastersHouse_EventScript_GivePamtreBerry
|
|
|
|
compare VAR_0x8004, PHRASE_OVERWHELMING_LATIAS
|
|
|
|
goto_if_eq Route123_BerryMastersHouse_EventScript_GiveWatmelBerry
|
|
|
|
compare VAR_0x8004, PHRASE_COOL_LATIOS
|
|
|
|
goto_if_eq Route123_BerryMastersHouse_EventScript_GiveDurinBerry
|
|
|
|
compare VAR_0x8004, PHRASE_SUPER_HUSTLE
|
|
|
|
goto_if_eq Route123_BerryMastersHouse_EventScript_GiveBelueBerry
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_GiveNormalBerry:: @ 826F94C
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_GoodSayingTakeThis, MSGBOX_DEFAULT
|
|
|
|
random NUM_BERRY_MASTER_WIFE_BERRIES
|
2019-09-16 05:47:07 +02:00
|
|
|
addvar VAR_RESULT, FIRST_BERRY_INDEX
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem VAR_RESULT
|
2019-11-06 20:06:06 +01:00
|
|
|
compare VAR_RESULT, FALSE
|
2019-02-23 01:52:11 +01:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-11-06 20:06:06 +01:00
|
|
|
goto Route123_BerryMastersHouse_EventScript_GaveBerry
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_GiveSpelonBerry:: @ 826F97A
|
|
|
|
goto_if_set FLAG_RECEIVED_SPELON_BERRY, Route123_BerryMastersHouse_EventScript_GiveNormalBerry
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_InspirationalTakeThis, MSGBOX_DEFAULT
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem ITEM_SPELON_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
compare VAR_RESULT, FALSE
|
2019-02-23 01:52:11 +01:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_RECEIVED_SPELON_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
goto Route123_BerryMastersHouse_EventScript_GaveBerry
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_GivePamtreBerry:: @ 826F9AB
|
|
|
|
goto_if_set FLAG_RECEIVED_PAMTRE_BERRY, Route123_BerryMastersHouse_EventScript_GiveNormalBerry
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_InspirationalTakeThis, MSGBOX_DEFAULT
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem ITEM_PAMTRE_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
compare VAR_RESULT, FALSE
|
2019-02-23 01:52:11 +01:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_RECEIVED_PAMTRE_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
goto Route123_BerryMastersHouse_EventScript_GaveBerry
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_GiveWatmelBerry:: @ 826F9DC
|
|
|
|
goto_if_set FLAG_RECEIVED_WATMEL_BERRY, Route123_BerryMastersHouse_EventScript_GiveNormalBerry
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_InspirationalTakeThis, MSGBOX_DEFAULT
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem ITEM_WATMEL_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
compare VAR_RESULT, FALSE
|
2019-02-23 01:52:11 +01:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_RECEIVED_WATMEL_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
goto Route123_BerryMastersHouse_EventScript_GaveBerry
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_GiveDurinBerry:: @ 826FA0D
|
|
|
|
goto_if_set FLAG_RECEIVED_DURIN_BERRY, Route123_BerryMastersHouse_EventScript_GiveNormalBerry
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_InspirationalTakeThis, MSGBOX_DEFAULT
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem ITEM_DURIN_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
compare VAR_RESULT, FALSE
|
2019-02-23 01:52:11 +01:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_RECEIVED_DURIN_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
goto Route123_BerryMastersHouse_EventScript_GaveBerry
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_GiveBelueBerry:: @ 826FA3E
|
|
|
|
goto_if_set FLAG_RECEIVED_BELUE_BERRY, Route123_BerryMastersHouse_EventScript_GiveNormalBerry
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_InspirationalTakeThis, MSGBOX_DEFAULT
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem ITEM_BELUE_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
compare VAR_RESULT, FALSE
|
2019-02-23 01:52:11 +01:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_RECEIVED_BELUE_BERRY
|
2019-11-06 20:06:06 +01:00
|
|
|
goto Route123_BerryMastersHouse_EventScript_GaveBerry
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_ReceivedWifeBerryToday:: @ 826FA6F
|
|
|
|
msgbox Route123_BerryMastersHouse_Text_JoyNeverGoesOutOfMyLife, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-06 20:06:06 +01:00
|
|
|
Route123_BerryMastersHouse_EventScript_GaveBerry:: @ 826FA79
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_DAILY_BERRY_MASTERS_WIFE
|
2019-11-06 20:06:06 +01:00
|
|
|
msgbox Route123_BerryMastersHouse_Text_JoyNeverGoesOutOfMyLife, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|