2017-11-10 02:21:31 +01:00
|
|
|
LilycoveCity_House2_MapScripts:: @ 821ED74
|
|
|
|
.byte 0
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_House2_EventScript_FatMan:: @ 821ED75
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-11-10 16:56:35 +01:00
|
|
|
goto_if_set FLAG_RECEIVED_TM44, LilycoveCity_House2_EventScript_ReceivedRest
|
|
|
|
msgbox LilycoveCity_House2_Text_NotAwakeYetHaveThis, MSGBOX_DEFAULT
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem ITEM_TM44
|
2019-11-10 16:56:35 +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_TM44
|
2019-11-10 16:56:35 +01:00
|
|
|
msgbox LilycoveCity_House2_Text_SleepIsEssential, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_House2_EventScript_ReceivedRest:: @ 821EDAC
|
|
|
|
msgbox LilycoveCity_House2_Text_SleepIsEssential, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_House2_Text_NotAwakeYetHaveThis: @ 821EDB6
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Huh? What? What's that?\p"
|
|
|
|
.string "I'm not near awake yet…\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "You can have this…$"
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_House2_Text_SleepIsEssential: @ 821EDF9
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Yawn…\p"
|
|
|
|
.string "Sleep is essential for good health…\n"
|
|
|
|
.string "Sleep and regain health…$"
|