Document Lilycove scripts

This commit is contained in:
GriffinR
2019-11-10 10:56:35 -05:00
committed by huderlem
parent bab1458cb4
commit c0ae1cbc1c
20 changed files with 656 additions and 657 deletions
+9 -9
View File
@@ -1,30 +1,30 @@
LilycoveCity_House2_MapScripts:: @ 821ED74
.byte 0
LilycoveCity_House2_EventScript_21ED75:: @ 821ED75
LilycoveCity_House2_EventScript_FatMan:: @ 821ED75
lock
faceplayer
goto_if_set FLAG_RECEIVED_TM44, LilycoveCity_House2_EventScript_21EDAC
msgbox LilycoveCity_House2_Text_21EDB6, MSGBOX_DEFAULT
goto_if_set FLAG_RECEIVED_TM44, LilycoveCity_House2_EventScript_ReceivedRest
msgbox LilycoveCity_House2_Text_NotAwakeYetHaveThis, MSGBOX_DEFAULT
giveitem_std ITEM_TM44
compare VAR_RESULT, 0
compare VAR_RESULT, FALSE
goto_if_eq Common_EventScript_ShowBagIsFull
setflag FLAG_RECEIVED_TM44
msgbox LilycoveCity_House2_Text_21EDF9, MSGBOX_DEFAULT
msgbox LilycoveCity_House2_Text_SleepIsEssential, MSGBOX_DEFAULT
release
end
LilycoveCity_House2_EventScript_21EDAC:: @ 821EDAC
msgbox LilycoveCity_House2_Text_21EDF9, MSGBOX_DEFAULT
LilycoveCity_House2_EventScript_ReceivedRest:: @ 821EDAC
msgbox LilycoveCity_House2_Text_SleepIsEssential, MSGBOX_DEFAULT
release
end
LilycoveCity_House2_Text_21EDB6: @ 821EDB6
LilycoveCity_House2_Text_NotAwakeYetHaveThis: @ 821EDB6
.string "Huh? What? What's that?\p"
.string "I'm not near awake yet…\n"
.string "You can have this…$"
LilycoveCity_House2_Text_21EDF9: @ 821EDF9
LilycoveCity_House2_Text_SleepIsEssential: @ 821EDF9
.string "Yawn…\p"
.string "Sleep is essential for good health…\n"
.string "Sleep and regain health…$"