pokeemerald/data/maps/LilycoveCity_LilycoveMuseum_1F/scripts.inc

295 lines
10 KiB
PHP
Raw Normal View History

.set LOCALID_CURATOR, 2
.set LOCALID_ARTIST_2, 8
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_Greeter::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_WelcomeToLilycoveMuseum, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_Curator::
2017-11-10 02:21:31 +01:00
lockall
applymovement LOCALID_CURATOR, Common_Movement_FacePlayer
2019-11-10 16:56:35 +01:00
message LilycoveCity_LilycoveMuseum_1F_Text_ImCuratorHaveYouViewedOurPaintings
2017-11-10 02:21:31 +01:00
waitmessage
2021-03-31 06:35:56 +02:00
multichoice 20, 8, MULTI_VIEWED_PAINTINGS, TRUE
goto_if_eq VAR_RESULT, 0, LilycoveCity_LilycoveMuseum_1F_EventScript_SawPaintings
goto_if_eq VAR_RESULT, 1, LilycoveCity_LilycoveMuseum_1F_EventScript_NotYet
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_NotYet::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_NotDisturbYouTakeYourTime, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_SawPaintings::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_HaveYouAnInterestInPaintings, MSGBOX_YESNO
goto_if_eq VAR_RESULT, NO, LilycoveCity_LilycoveMuseum_1F_EventScript_NotInterested
goto_if_eq VAR_RESULT, YES, LilycoveCity_LilycoveMuseum_1F_EventScript_InterestedInPaintings
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_NotInterested::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_HonoredYoudVisitInSpiteOfThat, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_InterestedInPaintings::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_ExcellentCanYouComeWithMe, MSGBOX_SIGN
applymovement LOCALID_CURATOR, LilycoveCity_LilycoveMuseum_1F_Movement_CuratorEnterStairs
2017-11-10 02:21:31 +01:00
waitmovement 0
removeobject LOCALID_CURATOR
2017-11-10 02:21:31 +01:00
switch VAR_FACING
2019-11-10 16:56:35 +01:00
case DIR_NORTH, LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorNorth
case DIR_WEST, LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorWest
case DIR_EAST, LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorEast
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorNorth::
2017-11-10 02:21:31 +01:00
lockall
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorNorth
2017-11-10 02:21:31 +01:00
waitmovement 0
warp MAP_LILYCOVE_CITY_LILYCOVE_MUSEUM_2F, 11, 8
2017-11-10 02:21:31 +01:00
waitstate
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorWest::
2017-11-10 02:21:31 +01:00
lockall
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorWest
2017-11-10 02:21:31 +01:00
waitmovement 0
warp MAP_LILYCOVE_CITY_LILYCOVE_MUSEUM_2F, 11, 8
2017-11-10 02:21:31 +01:00
waitstate
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorEast::
2017-11-10 02:21:31 +01:00
lockall
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorEast
2017-11-10 02:21:31 +01:00
waitmovement 0
warp MAP_LILYCOVE_CITY_LILYCOVE_MUSEUM_2F, 11, 8
2017-11-10 02:21:31 +01:00
waitstate
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Movement_CuratorEnterStairs:
walk_up
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorWest:
walk_left
walk_up
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorEast:
walk_right
walk_up
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorNorth:
walk_up
walk_up
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_OldPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_VeryOldPainting, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_FantasyPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_OddLandscapeFantasticScenery, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_WomanPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBeautifulWoman, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_LegendaryPokemonPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfLegendaryPokemon, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_GrassPokemonPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfGrassPokemon, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_BerryPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBerries, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_EventScript_BirdSculpture::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_Text_BirdPokemonSculptureReplica, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_PokeBallSculpture::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_BigPokeBallCarvedFromStone, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_StoneTablet::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_StoneTabletWithAncientText, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_SchoolKidM::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_MustntForgetLoveForFineArts, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_Artist1::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_ThisMuseumIsInspiration, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_NinjaBoy::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_ThisLadyIsPretty, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_Woman1::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_ThisPokemonIsAdorable, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_Woman2::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_HeardMuseumGotNewPaintings, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_PsychicM::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_CuratorHasBeenCheerful, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_Artist2::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_AimToSeeGreatPaintings, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement LOCALID_ARTIST_2, Common_Movement_FaceOriginalDirection
2017-11-10 02:21:31 +01:00
waitmovement 0
release
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_EventScript_FatMan::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_1F_Text_MuseumTouristDestination, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_WelcomeToLilycoveMuseum:
2017-11-10 02:21:31 +01:00
.string "Welcome to LILYCOVE MUSEUM.\p"
.string "Please take the time to enjoy our\n"
.string "collection of fantastic artwork\l"
.string "featuring POKéMON.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_ImCuratorHaveYouViewedOurPaintings:
2018-12-07 16:41:08 +01:00
.string "I'm the CURATOR of this MUSEUM of\n"
2017-11-10 02:21:31 +01:00
.string "fine arts.\p"
2018-12-07 16:41:08 +01:00
.string "It's heartening to see someone so\n"
2017-11-10 02:21:31 +01:00
.string "young as you in our MUSEUM.\p"
.string "Have you viewed our collection of\n"
.string "paintings already?$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_NotDisturbYouTakeYourTime:
2017-11-10 02:21:31 +01:00
.string "Ah, then let me not disturb you.\n"
.string "Please, do take your time.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_HaveYouAnInterestInPaintings:
2017-11-10 02:21:31 +01:00
.string "Oh? I do believe that you seem to\n"
.string "be a POKéMON TRAINER.\p"
.string "Have you an interest in paintings,\n"
.string "too?$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_HonoredYoudVisitInSpiteOfThat:
2017-11-10 02:21:31 +01:00
.string "I see…\p"
2018-12-07 16:41:08 +01:00
.string "I'm honored that you would visit\n"
2017-11-10 02:21:31 +01:00
.string "us in spite of that.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_ExcellentCanYouComeWithMe:
2017-11-10 02:21:31 +01:00
.string "Ah, excellent!\n"
.string "You do like paintings!\p"
.string "Then, may I ask you to come with me?$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_VeryOldPainting:
2018-12-07 16:41:08 +01:00
.string "It's a very old painting.\n"
2017-11-10 02:21:31 +01:00
.string "The paint is peeling here and there.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_OddLandscapeFantasticScenery:
2018-12-07 16:41:08 +01:00
.string "It's an odd landscape with bizarre\n"
2017-11-10 02:21:31 +01:00
.string "and fantastic scenery.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBeautifulWoman:
2018-12-07 16:41:08 +01:00
.string "It's a painting of a beautiful, smiling\n"
2017-11-10 02:21:31 +01:00
.string "woman with a POKéMON on her lap.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfLegendaryPokemon:
2018-12-07 16:41:08 +01:00
.string "It's a painting of a legendary POKéMON\n"
2017-11-10 02:21:31 +01:00
.string "from long ago.\p"
.string "The artist painted this from\n"
.string "imagination.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfGrassPokemon:
2018-12-07 16:41:08 +01:00
.string "It's a painting of GRASS POKéMON\n"
2017-11-10 02:21:31 +01:00
.string "swaying in a breeze.\p"
2018-12-07 16:41:08 +01:00
.string "They appear to be enjoying the wind's\n"
2017-11-10 02:21:31 +01:00
.string "gentle caress.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBerries:
2018-12-07 16:41:08 +01:00
.string "It's a delicious-looking painting\n"
2017-11-10 02:21:31 +01:00
.string "of BERRIES.\p"
.string "This painting could make you hungry!$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_Text_BirdPokemonSculptureReplica:
2018-12-07 16:41:08 +01:00
.string "It's a replica of a famous sculpture.\p"
2017-11-10 02:21:31 +01:00
.string "It depicts an ancient BIRD POKéMON.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_BigPokeBallCarvedFromStone:
2018-12-07 16:41:08 +01:00
.string "It's a big POKé BALL carved from\n"
2017-11-10 02:21:31 +01:00
.string "a black stone.\p"
.string "It was apparently used in festivals\n"
.string "in the olden days.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_StoneTabletWithAncientText:
2018-12-07 16:41:08 +01:00
.string "It's a huge stone tablet inscribed\n"
2017-11-10 02:21:31 +01:00
.string "with POKéMON and dense text in the\l"
.string "small characters of an ancient,\l"
.string "unreadable language.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_WorksOfMagnificence:
.string "Hmmm…\n"
.string "What works of great magnificence…$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_MustntForgetLoveForFineArts:
2017-11-10 02:21:31 +01:00
.string "Battling with POKéMON is fun,\n"
2018-12-07 16:41:08 +01:00
.string "I'll grant you that.\p"
.string "But one mustn't forget our love for\n"
2017-11-10 02:21:31 +01:00
.string "the fine arts.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_ThisMuseumIsInspiration:
2017-11-10 02:21:31 +01:00
.string "This ART MUSEUM… Well, you could\n"
.string "see many fantastic paintings.\p"
.string "And the CURATOR is a wonderful person.\p"
.string "Among artists like myself, this MUSEUM\n"
.string "is an inspiration.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_ThisLadyIsPretty:
2017-11-10 02:21:31 +01:00
.string "This lady is pretty!\n"
2018-12-07 16:41:08 +01:00
.string "She's like Mommy!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_ThisPokemonIsAdorable:
2017-11-10 02:21:31 +01:00
.string "This POKéMON is adorable!\n"
.string "Just like our little boy!$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_HeardMuseumGotNewPaintings:
2018-12-07 16:41:08 +01:00
.string "I'd heard that this ART MUSEUM got\n"
2017-11-10 02:21:31 +01:00
.string "in some new paintings.\p"
.string "So, naturally I hurried over.\p"
.string "Are the new paintings up on\n"
.string "the second floor?$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_CuratorHasBeenCheerful:
2017-11-10 02:21:31 +01:00
.string "Lately, the CURATOR has been\n"
.string "unusually cheerful.\p"
.string "I bet something good happened for him.\n"
.string "Definitely.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_AimToSeeGreatPaintings:
2017-11-10 02:21:31 +01:00
.string "I aim to see many great paintings\n"
.string "here and learn from them.\p"
.string "I have this dream of one day having\n"
.string "my artwork exhibited here.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_1F_Text_MuseumTouristDestination:
2017-11-10 02:21:31 +01:00
.string "The ART MUSEUM has become a favorite\n"
.string "tourist destination.\p"
2018-12-07 16:41:08 +01:00
.string "It's great for LILYCOVE…\n"
2017-11-10 02:21:31 +01:00
.string "No, great for the HOENN region!\p"
2018-12-07 16:41:08 +01:00
.string "This is what I've heard--a lone TRAINER\n"
2017-11-10 02:21:31 +01:00
.string "procured all the paintings upstairs.$"