2020-06-21 07:56:57 +02:00
|
|
|
.set LOCALID_OWNER, 1
|
|
|
|
|
2017-11-10 02:21:31 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_MapScripts:: @ 8218188
|
|
|
|
.byte 0
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_EventScript_MotelOwner:: @ 8218189
|
2017-11-10 02:21:31 +01:00
|
|
|
lockall
|
2019-11-10 16:56:35 +01:00
|
|
|
goto_if_set FLAG_SYS_GAME_CLEAR, LilycoveCity_CoveLilyMotel_1F_EventScript_GameClear
|
|
|
|
goto_if_set FLAG_BADGE07_GET, LilycoveCity_CoveLilyMotel_1F_EventScript_AquaHideoutBusted
|
|
|
|
msgbox LilycoveCity_CoveLilyMotel_1F_Text_GuestsDoubledByMascot, MSGBOX_DEFAULT
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, Common_Movement_FacePlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-11-10 16:56:35 +01:00
|
|
|
msgbox LilycoveCity_CoveLilyMotel_1F_Text_NoGuestsWithTeamAqua, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, Common_Movement_FaceOriginalDirection
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_EventScript_AquaHideoutBusted:: @ 82181C3
|
|
|
|
msgbox LilycoveCity_CoveLilyMotel_1F_Text_MonFoundLostItem, MSGBOX_DEFAULT
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, Common_Movement_FacePlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-11-10 16:56:35 +01:00
|
|
|
msgbox LilycoveCity_CoveLilyMotel_1F_Text_HeardAquaHideoutBusted, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, Common_Movement_FaceOriginalDirection
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_EventScript_GameClear:: @ 82181EA
|
|
|
|
msgbox LilycoveCity_CoveLilyMotel_1F_Text_HouseSittingMonCaughtBurglar, MSGBOX_DEFAULT
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, Common_Movement_FacePlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-11-10 16:56:35 +01:00
|
|
|
msgbox LilycoveCity_CoveLilyMotel_1F_Text_BetterGetWorkingOnGuestsDinner, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, Common_Movement_FaceOriginalDirection
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_EventScript_BlockingTV:: @ 8218211
|
2017-11-10 02:21:31 +01:00
|
|
|
lockall
|
|
|
|
playse SE_PIN
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, Common_Movement_ExclamationMark
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, Common_Movement_Delay48
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-11-21 05:12:51 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestDown
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2019-11-10 16:56:35 +01:00
|
|
|
msgbox LilycoveCity_CoveLilyMotel_1F_Text_CantSeeTheTV, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
2019-11-21 05:12:51 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_CoveLilyMotel_1F_Movement_PlayerPushFromTV
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, LilycoveCity_CoveLilyMotel_1F_Movement_OwnerPushPlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_OWNER, LilycoveCity_CoveLilyMotel_1F_Movement_OwnerReturn
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Movement_PlayerPushFromTV: @ 8218259
|
2018-06-14 01:19:19 +02:00
|
|
|
face_right
|
|
|
|
lock_facing_direction
|
|
|
|
walk_left
|
|
|
|
unlock_facing_direction
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Movement_OwnerPushPlayer: @ 821825E
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_up
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Movement_OwnerReturn: @ 8218260
|
2018-06-14 01:19:19 +02:00
|
|
|
face_down
|
|
|
|
walk_down
|
|
|
|
face_up
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Text_GuestsDoubledByMascot: @ 8218264
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Hm, so they doubled the guests by\n"
|
|
|
|
.string "using POKéMON as attractions?\p"
|
|
|
|
.string "Hm, well, maybe I should make a cute\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "POKéMON our inn's mascot.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I wonder if that will attract more\n"
|
|
|
|
.string "guests to stay with us?$"
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Text_NoGuestsWithTeamAqua: @ 821831E
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Oh, sorry, sorry!\n"
|
|
|
|
.string "I was too involved in watching TV!\p"
|
|
|
|
.string "Since that TEAM AQUA came to town,\n"
|
|
|
|
.string "the tourists have been staying away.$"
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Text_CantSeeTheTV: @ 821839B
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Hey, down in front!\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I can't see the TV!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Text_MonFoundLostItem: @ 82183C3
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Amazing! You're telling me a POKéMON\n"
|
|
|
|
.string "found someone's lost item?\p"
|
|
|
|
.string "That's something. If we had some smart\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "POKéMON like that…\p"
|
|
|
|
.string "We could recover anything that our\n"
|
|
|
|
.string "guests mislaid…$"
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Text_HeardAquaHideoutBusted: @ 8218470
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Oh, sorry, sorry!\n"
|
|
|
|
.string "I was too involved in watching TV!\p"
|
|
|
|
.string "I heard that someone busted\n"
|
|
|
|
.string "the TEAM AQUA HIDEOUT.\p"
|
|
|
|
.string "Thanks to that, we just booked\n"
|
|
|
|
.string "a reservation from a big group.\p"
|
|
|
|
.string "It was a company called… Uh…\n"
|
|
|
|
.string "GAME something…$"
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Text_HouseSittingMonCaughtBurglar: @ 8218544
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Amazing! A house-sitting POKéMON\n"
|
|
|
|
.string "caught a burglar?\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "That's something. If we had a tough\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "POKéMON as a security guard…\p"
|
|
|
|
.string "We would be able to provide our guests\n"
|
|
|
|
.string "with greater safety.$"
|
|
|
|
|
2019-11-10 16:56:35 +01:00
|
|
|
LilycoveCity_CoveLilyMotel_1F_Text_BetterGetWorkingOnGuestsDinner: @ 82185F4
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Oh, sorry, sorry!\n"
|
|
|
|
.string "I was too involved in watching TV.\p"
|
|
|
|
.string "Oh, yes. A big group of guests arrived\n"
|
|
|
|
.string "a little while ago.\p"
|
|
|
|
.string "They booked in as GAME FREAK,\n"
|
|
|
|
.string "so I guess they must make games.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Uh-oh, I'd better get working on\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "their dinner!$"
|
|
|
|
|