pokeemerald/data/maps/LilycoveCity_LilycoveMuseum_2F/scripts.inc

331 lines
13 KiB
PHP
Raw Permalink Normal View History

.set LOCALID_CURATOR, 1
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_MapScripts::
2019-11-10 16:56:35 +01:00
map_script MAP_SCRIPT_ON_LOAD, LilycoveCity_LilycoveMuseum_2F_OnLoad
map_script MAP_SCRIPT_ON_FRAME_TABLE, LilycoveCity_LilycoveMuseum_2F_OnFrame
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_OnLoad:
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_COOL_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_SetCoolPainting
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckBeautyPainting
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CheckBeautyPainting::
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_BEAUTY_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_SetBeautyPainting
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckCutePainting
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CheckCutePainting::
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_CUTE_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_SetCutePainting
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckSmartPainting
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CheckSmartPainting::
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_SMART_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_SetSmartPainting
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckToughPainting
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CheckToughPainting::
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_TOUGH_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_SetToughPainting
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetCoolPainting::
2021-11-16 23:12:16 +01:00
setmetatile 10, 6, METATILE_LilycoveMuseum_Painting2_Left, TRUE
setmetatile 11, 6, METATILE_LilycoveMuseum_Painting2_Right, TRUE
2019-11-10 16:56:35 +01:00
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckBeautyPainting
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetBeautyPainting::
2021-11-16 23:12:16 +01:00
setmetatile 18, 6, METATILE_LilycoveMuseum_Painting1_Left, TRUE
setmetatile 19, 6, METATILE_LilycoveMuseum_Painting1_Right, TRUE
2019-11-10 16:56:35 +01:00
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckCutePainting
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetCutePainting::
2021-11-16 23:12:16 +01:00
setmetatile 14, 10, METATILE_LilycoveMuseum_Painting3_Left, TRUE
setmetatile 15, 10, METATILE_LilycoveMuseum_Painting3_Right, TRUE
2019-11-10 16:56:35 +01:00
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckSmartPainting
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetSmartPainting::
2021-11-16 23:12:16 +01:00
setmetatile 6, 10, METATILE_LilycoveMuseum_Painting0_Left, TRUE
setmetatile 7, 10, METATILE_LilycoveMuseum_Painting0_Right, TRUE
2019-11-10 16:56:35 +01:00
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckToughPainting
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetToughPainting::
2021-11-16 23:12:16 +01:00
setmetatile 2, 6, METATILE_LilycoveMuseum_Painting4_Left, TRUE
setmetatile 3, 6, METATILE_LilycoveMuseum_Painting4_Right, TRUE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_OnFrame:
2019-11-10 16:56:35 +01:00
map_script_2 VAR_LILYCOVE_MUSEUM_2F_STATE, 0, LilycoveCity_LilycoveMuseum_2F_EventScript_ShowExhibitHall
2017-11-10 02:21:31 +01:00
.2byte 0
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowExhibitHall::
2017-11-10 02:21:31 +01:00
lockall
applymovement LOCALID_CURATOR, Common_Movement_FacePlayer
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_LilycoveMuseum_2F_Movement_PlayerWalkInPlaceLeft
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ThisIsExhibitHall, MSGBOX_SIGN
applymovement LOCALID_CURATOR, LilycoveCity_LilycoveMuseum_2F_Movement_FaceExhibitHall
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_LilycoveMuseum_2F_Movement_FaceExhibitHall
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ExplainExhibitHall, MSGBOX_SIGN
applymovement LOCALID_CURATOR, Common_Movement_FacePlayer
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_LilycoveMuseum_2F_Movement_PlayerWalkInPlaceLeft
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_PleaseObtainPaintingsForExhibit, MSGBOX_SIGN
copyvar VAR_LILYCOVE_MUSEUM_2F_STATE, 1
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Movement_PlayerWalkInPlaceLeft:
walk_in_place_faster_left
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Movement_FaceExhibitHall:
face_up
delay_16
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_Curator::
2017-11-10 02:21:31 +01:00
lockall
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_RECEIVED_GLASS_ORNAMENT, LilycoveCity_LilycoveMuseum_2F_EventScript_ReceivedGlassOrnament
2021-04-22 20:30:45 +02:00
specialvar VAR_0x8004, CountPlayerMuseumPaintings
2017-11-10 02:21:31 +01:00
switch VAR_0x8004
2019-11-10 16:56:35 +01:00
case 1, LilycoveCity_LilycoveMuseum_2F_EventScript_AddedPainting
case 2, LilycoveCity_LilycoveMuseum_2F_EventScript_AddedPainting
case 3, LilycoveCity_LilycoveMuseum_2F_EventScript_AddedPainting
case 4, LilycoveCity_LilycoveMuseum_2F_EventScript_AddedPainting
case 5, LilycoveCity_LilycoveMuseum_2F_EventScript_ThankPlayer
msgbox LilycoveCity_LilycoveMuseum_2F_Text_WishToFillExhibit, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_AddedPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ThanksAddedNewPainting, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ThankPlayer::
applymovement LOCALID_CURATOR, Common_Movement_FacePlayer
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsYouPlayer, MSGBOX_DEFAULT
applymovement LOCALID_CURATOR, LilycoveCity_LilycoveMuseum_2F_Movement_FaceExhibitHall
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_PaintingsAttractedMoreGuests, MSGBOX_DEFAULT
goto LilycoveCity_LilycoveMuseum_2F_EventScript_GiveGlassOrnament
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_GiveGlassOrnament::
applymovement LOCALID_CURATOR, Common_Movement_FacePlayer
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_TokenOfGratitude, MSGBOX_DEFAULT
givedecoration DECOR_GLASS_ORNAMENT
goto_if_eq VAR_RESULT, FALSE, LilycoveCity_LilycoveMuseum_2F_EventScript_NoRoomForGlassOrnament
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_GLASS_ORNAMENT
2017-11-10 02:21:31 +01:00
closemessage
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_NoRoomForGlassOrnament::
call Common_EventScript_NoRoomForDecor
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_KeepThisForYou, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ReceivedGlassOrnament::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_HonorToHaveYouVisit, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CutePainting::
2017-11-10 02:21:31 +01:00
lockall
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_CUTE_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_ShowCutePainting
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPinkPictureFrame, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ToughPainting::
2017-11-10 02:21:31 +01:00
lockall
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_TOUGH_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_ShowToughPainting
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsYellowPictureFrame, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CoolPainting::
2017-11-10 02:21:31 +01:00
lockall
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_COOL_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_ShowCoolPainting
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsRedPictureFrame, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_BeautyPainting::
2017-11-10 02:21:31 +01:00
lockall
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_BEAUTY_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_ShowBeautyPainting
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsBluePictureFrame, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SmartPainting::
2017-11-10 02:21:31 +01:00
lockall
2019-11-10 16:56:35 +01:00
goto_if_set FLAG_SMART_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_ShowSmartPainting
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsGreenPictureFrame, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_Girl::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_NewPaintingsSurprisedMe, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ExpertM::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_NewPaintingsRatherAmusing, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_RichBoy::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ThesePaintingsOfYourPokemon, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowCoolPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2019-12-15 17:42:50 +01:00
fadescreen FADE_TO_BLACK
2021-04-22 02:04:12 +02:00
showcontestpainting CONTEST_WINNER_MUSEUM_COOL
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowBeautyPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2019-12-15 17:42:50 +01:00
fadescreen FADE_TO_BLACK
2021-04-22 02:04:12 +02:00
showcontestpainting CONTEST_WINNER_MUSEUM_BEAUTY
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowCutePainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2019-12-15 17:42:50 +01:00
fadescreen FADE_TO_BLACK
2021-04-22 02:04:12 +02:00
showcontestpainting CONTEST_WINNER_MUSEUM_CUTE
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowSmartPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2019-12-15 17:42:50 +01:00
fadescreen FADE_TO_BLACK
2021-04-22 02:04:12 +02:00
showcontestpainting CONTEST_WINNER_MUSEUM_SMART
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowToughPainting::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2019-12-15 17:42:50 +01:00
fadescreen FADE_TO_BLACK
2021-04-22 02:04:12 +02:00
showcontestpainting CONTEST_WINNER_MUSEUM_TOUGH
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ThisIsExhibitHall:
2017-11-10 02:21:31 +01:00
.string "This is our special exhibit hall.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ExplainExhibitHall:
2017-11-10 02:21:31 +01:00
.string "As you can plainly see, there is not\n"
.string "a single painting on exhibit.\p"
2018-12-07 16:41:08 +01:00
.string "Here, I don't wish to exhibit works of\n"
2017-11-10 02:21:31 +01:00
.string "so-called classical art.\p"
.string "Such classical works you can see on\n"
.string "our ground floor.\p"
.string "I wish to exhibit work that is far\n"
.string "different from the classics.\p"
.string "Art, after all, is not restricted to old,\n"
.string "famous works!\p"
.string "This exhibit hall, I wish to fill it with…\p"
.string "Modern and vibrant artworks of\n"
.string "POKéMON seemingly ready to spring\l"
.string "forth into glorious life!$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_PleaseObtainPaintingsForExhibit:
2018-12-07 16:41:08 +01:00
.string "I beg your pardon. I didn't intend\n"
2017-11-10 02:21:31 +01:00
.string "to monopolize the conversation.\p"
.string "Now, as you are young, and yet\n"
.string "obviously well traveled…\p"
.string "You must encounter lively POKéMON\n"
.string "and works of art depicting them.\p"
.string "If you were to come across such\n"
.string "a painting, may we ask you to obtain\l"
2018-12-07 16:41:08 +01:00
.string "the artist's permission to exhibit\l"
2017-11-10 02:21:31 +01:00
.string "it here?$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_WishToFillExhibit:
2017-11-10 02:21:31 +01:00
.string "I wish to fill this exhibit hall with\n"
.string "modern and vibrant paintings of\l"
.string "POKéMON.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ThanksAddedNewPainting:
2018-12-07 16:41:08 +01:00
.string "Thanks to you, we've added a new\n"
2017-11-10 02:21:31 +01:00
.string "painting to our collection!\p"
2018-12-07 16:41:08 +01:00
.string "I've heard it depicts your POKéMON.\n"
2017-11-10 02:21:31 +01:00
.string "Truly magnificent!\p"
.string "Thank you so very, very much!$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsYouPlayer:
2018-12-07 16:41:08 +01:00
.string "Ah! It's you!\n"
2017-11-10 02:21:31 +01:00
.string "{PLAYER}!$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_PaintingsAttractedMoreGuests:
2018-12-07 16:41:08 +01:00
.string "Isn't this marvelous?\n"
2017-11-10 02:21:31 +01:00
.string "This collection of paintings!\p"
.string "Each one of them flawless!\n"
.string "None better than another!\p"
.string "These paintings have attracted\n"
.string "more guests to our ART MUSEUM.\p"
.string "Sincerely, I thank you, {PLAYER}.\n"
.string "This is my dream come true!$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_TokenOfGratitude:
2017-11-10 02:21:31 +01:00
.string "This is merely a token of my gratitude.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_KeepThisForYou:
2017-11-10 02:21:31 +01:00
.string "I will keep this for you until we\n"
.string "meet again.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_HonorToHaveYouVisit:
2017-11-10 02:21:31 +01:00
.string "Ah, so good to see you, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "It's an honor to have you visit us\n"
2017-11-10 02:21:31 +01:00
.string "on your busy journeys.\p"
.string "Please, relax and do enjoy your\n"
.string "visit with us.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsPinkPictureFrame:
2018-12-07 16:41:08 +01:00
.string "It's a picture frame with pink-colored\n"
2017-11-10 02:21:31 +01:00
.string "adornments.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsYellowPictureFrame:
2018-12-07 16:41:08 +01:00
.string "It's a picture frame with\n"
2017-11-10 02:21:31 +01:00
.string "yellow-colored adornments.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsBluePictureFrame:
2018-12-07 16:41:08 +01:00
.string "It's a picture frame with\n"
2017-11-10 02:21:31 +01:00
.string "blue-colored adornments.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsRedPictureFrame:
2018-12-07 16:41:08 +01:00
.string "It's a picture frame with\n"
2017-11-10 02:21:31 +01:00
.string "red-colored adornments.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsGreenPictureFrame:
2018-12-07 16:41:08 +01:00
.string "It's a picture frame with\n"
2017-11-10 02:21:31 +01:00
.string "green-colored adornments.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon:
2018-12-07 16:41:08 +01:00
.string "It's a painting of POKéMON.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_NewPaintingsSurprisedMe:
2018-12-07 16:41:08 +01:00
.string "I've been away awhile, so the new\n"
2017-11-10 02:21:31 +01:00
.string "paintings up here surprised me.\p"
.string "I wish someone would paint my POKéMON\n"
.string "this pretty.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_NewPaintingsRatherAmusing:
2017-11-10 02:21:31 +01:00
.string "Well… So this is where they show\n"
.string "the topical POKéMON paintings.\p"
.string "I see, these new paintings are indeed\n"
.string "rather amusing.$"
2021-07-20 21:18:31 +02:00
LilycoveCity_LilycoveMuseum_2F_Text_ThesePaintingsOfYourPokemon:
2017-11-10 02:21:31 +01:00
.string "Wow, is that right?\n"
.string "These paintings are of your POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "Isn't that just the ultimate joy for\n"
2017-11-10 02:21:31 +01:00
.string "a TRAINER?$"