2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_MapScripts::
|
2019-04-05 01:28:37 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, Route114_LanettesHouse_OnTransition
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_OnTransition:
|
2017-12-27 04:20:29 +01:00
|
|
|
setflag FLAG_LANDMARK_LANETTES_HOUSE
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_EventScript_Lanette::
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-11-06 17:30:50 +01:00
|
|
|
goto_if_set FLAG_RECEIVED_DOLL_LANETTE, Route114_LanettesHouse_EventScript_OfferAdvice
|
2017-11-10 02:21:31 +01:00
|
|
|
setflag FLAG_SYS_PC_LANETTE
|
2019-11-06 17:30:50 +01:00
|
|
|
msgbox Route114_LanettesHouse_Text_EverythingClutteredKeepThis, MSGBOX_DEFAULT
|
2020-01-11 18:02:58 +01:00
|
|
|
givedecoration DECOR_LOTAD_DOLL
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowNoRoomForDecor
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_RECEIVED_DOLL_LANETTE
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_EventScript_OfferAdvice::
|
2019-11-06 17:30:50 +01:00
|
|
|
msgbox Route114_LanettesHouse_Text_OrganizeYourBoxes, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_EventScript_Notebook::
|
2017-11-10 02:21:31 +01:00
|
|
|
lockall
|
2019-11-06 17:30:50 +01:00
|
|
|
msgbox Route114_LanettesHouse_Text_ResearchNotesPage1, MSGBOX_YESNO
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_eq VAR_RESULT, YES, Route114_LanettesHouse_EventScript_NotebookPage2
|
2019-11-06 17:30:50 +01:00
|
|
|
msgbox Route114_LanettesHouse_Text_ClosedTheNotebook, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_EventScript_NotebookPage2::
|
2019-11-06 17:30:50 +01:00
|
|
|
msgbox Route114_LanettesHouse_Text_ResearchNotesPage2, MSGBOX_YESNO
|
2021-11-19 05:06:30 +01:00
|
|
|
call_if_eq VAR_RESULT, YES, Route114_LanettesHouse_EventScript_NotebookPage3
|
2017-11-10 02:21:31 +01:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_EventScript_NotebookPage3::
|
2019-11-06 17:30:50 +01:00
|
|
|
msgbox Route114_LanettesHouse_Text_ResearchNotesPage3, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
return
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_EventScript_PC::
|
2019-11-06 17:30:50 +01:00
|
|
|
msgbox Route114_LanettesHouse_Text_EmailFromBill, MSGBOX_SIGN
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_Text_EverythingClutteredKeepThis:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "LANETTE: Oh! {PLAYER}{KUN}!\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm sorry everything is so cluttered…\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "When I get engrossed in research,\l"
|
|
|
|
.string "things end up this way…\p"
|
|
|
|
.string "This is embarrassing… Please keep\n"
|
|
|
|
.string "this a secret in exchange for this.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_Text_OrganizeYourBoxes:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "May I offer advice about my POKéMON\n"
|
|
|
|
.string "Storage System?\p"
|
|
|
|
.string "You should organize your BOXES so you\n"
|
|
|
|
.string "can tell which POKéMON are in them.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_Text_ResearchNotesPage1:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It's LANETTE's research notes.\n"
|
|
|
|
.string "There's information about BOXES.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Design BOXES to hold 30 POKéMON each.\p"
|
|
|
|
.string "Each TRAINER should be able to store\n"
|
|
|
|
.string "420 POKéMON on the PC system.\p"
|
|
|
|
.string "Keep reading?$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_Text_ResearchNotesPage2:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "A marking system should be added to\n"
|
|
|
|
.string "make POKéMON easier to organize.\p"
|
|
|
|
.string "The name and wallpaper design of each\n"
|
|
|
|
.string "BOX will be made changeable to please\l"
|
|
|
|
.string "the stored POKéMON.\p"
|
|
|
|
.string "Keep reading?$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_Text_ResearchNotesPage3:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "When storing a POKéMON, it should be\n"
|
|
|
|
.string "sent to the BOX inspected last.\p"
|
|
|
|
.string "If that BOX is full, the received\n"
|
|
|
|
.string "POKéMON is stored in the next BOX.\p"
|
|
|
|
.string "In other words, when a BOX is examined,\n"
|
|
|
|
.string "it is automatically selected as the BOX\l"
|
|
|
|
.string "to which POKéMON are sent.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_Text_ClosedTheNotebook:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "{PLAYER} closed the notebook.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Route114_LanettesHouse_Text_EmailFromBill:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "There's an e-mail from someone on\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "the PC.\p"
|
|
|
|
.string "“… … … … … … …\p"
|
|
|
|
.string "“Your Storage System offers more\n"
|
|
|
|
.string "convenience than mine.\p"
|
|
|
|
.string "“It has a lot of user-friendly features\n"
|
|
|
|
.string "that make it fun and useful, too.\p"
|
|
|
|
.string "“It makes me proud that I played\n"
|
|
|
|
.string "a part in its development.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "“Here's hoping that you'll continue\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "research in Storage Systems.\p"
|
|
|
|
.string "“From BILL\n"
|
|
|
|
.string "… … … … … … … …”$"
|
|
|
|
|