pokeemerald/data/maps/LilycoveCity_LilycoveMuseum_2F/scripts.inc

330 lines
13 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
LilycoveCity_LilycoveMuseum_2F_MapScripts:: @ 821973A
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_OnLoad: @ 8219745
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CheckBeautyPainting:: @ 8219754
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CheckCutePainting:: @ 8219763
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CheckSmartPainting:: @ 8219772
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CheckToughPainting:: @ 8219781
goto_if_set FLAG_TOUGH_PAINTING_MADE, LilycoveCity_LilycoveMuseum_2F_EventScript_SetToughPainting
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetCoolPainting:: @ 821978B
setmetatile 10, 6, METATILE_LilycoveMuseum_Painting2_Left, 1
setmetatile 11, 6, METATILE_LilycoveMuseum_Painting2_Right, 1
2019-11-10 16:56:35 +01:00
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckBeautyPainting
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetBeautyPainting:: @ 82197A3
setmetatile 18, 6, METATILE_LilycoveMuseum_Painting1_Left, 1
setmetatile 19, 6, METATILE_LilycoveMuseum_Painting1_Right, 1
2019-11-10 16:56:35 +01:00
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckCutePainting
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetCutePainting:: @ 82197BB
setmetatile 14, 10, METATILE_LilycoveMuseum_Painting3_Left, 1
setmetatile 15, 10, METATILE_LilycoveMuseum_Painting3_Right, 1
2019-11-10 16:56:35 +01:00
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckSmartPainting
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetSmartPainting:: @ 82197D3
setmetatile 6, 10, METATILE_LilycoveMuseum_Painting0_Left, 1
setmetatile 7, 10, METATILE_LilycoveMuseum_Painting0_Right, 1
2019-11-10 16:56:35 +01:00
goto LilycoveCity_LilycoveMuseum_2F_EventScript_CheckToughPainting
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SetToughPainting:: @ 82197EB
setmetatile 2, 6, METATILE_LilycoveMuseum_Painting4_Left, 1
setmetatile 3, 6, METATILE_LilycoveMuseum_Painting4_Right, 1
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_OnFrame: @ 82197FE
map_script_2 VAR_LILYCOVE_MUSEUM_2F_STATE, 0, LilycoveCity_LilycoveMuseum_2F_EventScript_ShowExhibitHall
2017-11-10 02:21:31 +01:00
.2byte 0
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowExhibitHall:: @ 8219808
2017-11-10 02:21:31 +01:00
lockall
applymovement 1, Common_Movement_FacePlayer
2019-11-10 16:56:35 +01:00
applymovement EVENT_OBJ_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 1, LilycoveCity_LilycoveMuseum_2F_Movement_FaceExhibitHall
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-10 16:56:35 +01:00
applymovement EVENT_OBJ_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 1, Common_Movement_FacePlayer
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-10 16:56:35 +01:00
applymovement EVENT_OBJ_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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Movement_PlayerWalkInPlaceLeft: @ 8219861
walk_in_place_fastest_left
2017-11-10 02:21:31 +01:00
step_end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Movement_FaceExhibitHall: @ 8219863
face_up
delay_16
2017-11-10 02:21:31 +01:00
step_end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_Curator:: @ 8219866
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
2019-01-19 23:04:33 +01:00
specialvar VAR_0x8004, CountPlayerContestPaintings
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_AddedPainting:: @ 82198BA
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ThanksAddedNewPainting, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ThankPlayer:: @ 82198C3
applymovement 1, 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 1, LilycoveCity_LilycoveMuseum_2F_Movement_FaceExhibitHall
msgbox LilycoveCity_LilycoveMuseum_2F_Text_PaintingsAttractedMoreGuests, MSGBOX_DEFAULT
goto LilycoveCity_LilycoveMuseum_2F_EventScript_GiveGlassOrnament
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_GiveGlassOrnament:: @ 82198EA
applymovement 1, Common_Movement_FacePlayer
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_LilycoveMuseum_2F_Text_TokenOfGratitude, MSGBOX_DEFAULT
2019-09-16 05:47:07 +02:00
givedecoration_std DECOR_GLASS_ORNAMENT
2019-11-10 16:56:35 +01:00
compare VAR_RESULT, FALSE
goto_if_eq 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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_NoRoomForGlassOrnament:: @ 8219911
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ReceivedGlassOrnament:: @ 8219921
msgbox LilycoveCity_LilycoveMuseum_2F_Text_HonorToHaveYouVisit, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
releaseall
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CutePainting:: @ 821992B
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ToughPainting:: @ 821993E
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_CoolPainting:: @ 8219951
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_BeautyPainting:: @ 8219964
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_SmartPainting:: @ 8219977
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
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_Girl:: @ 821998A
msgbox LilycoveCity_LilycoveMuseum_2F_Text_NewPaintingsSurprisedMe, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ExpertM:: @ 8219993
msgbox LilycoveCity_LilycoveMuseum_2F_Text_NewPaintingsRatherAmusing, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_RichBoy:: @ 821999C
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ThesePaintingsOfYourPokemon, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowCoolPainting:: @ 82199A5
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
fadescreen 1
2019-11-10 16:56:35 +01:00
showcontestwinner 9
2017-11-10 02:21:31 +01:00
releaseall
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowBeautyPainting:: @ 82199B3
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
fadescreen 1
2019-11-10 16:56:35 +01:00
showcontestwinner 10
2017-11-10 02:21:31 +01:00
releaseall
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowCutePainting:: @ 82199C1
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
fadescreen 1
2019-11-10 16:56:35 +01:00
showcontestwinner 11
2017-11-10 02:21:31 +01:00
releaseall
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowSmartPainting:: @ 82199CF
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
fadescreen 1
2019-11-10 16:56:35 +01:00
showcontestwinner 12
2017-11-10 02:21:31 +01:00
releaseall
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_EventScript_ShowToughPainting:: @ 82199DD
msgbox LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
fadescreen 1
2019-11-10 16:56:35 +01:00
showcontestwinner 13
2017-11-10 02:21:31 +01:00
releaseall
end
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ThisIsExhibitHall: @ 82199EB
2017-11-10 02:21:31 +01:00
.string "This is our special exhibit hall.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ExplainExhibitHall: @ 8219A0D
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!$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_PleaseObtainPaintingsForExhibit: @ 8219BC4
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?$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_WishToFillExhibit: @ 8219CF3
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.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ThanksAddedNewPainting: @ 8219D42
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!$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsYouPlayer: @ 8219DD4
2018-12-07 16:41:08 +01:00
.string "Ah! It's you!\n"
2017-11-10 02:21:31 +01:00
.string "{PLAYER}!$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_PaintingsAttractedMoreGuests: @ 8219DE6
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!$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_TokenOfGratitude: @ 8219EC5
2017-11-10 02:21:31 +01:00
.string "This is merely a token of my gratitude.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_KeepThisForYou: @ 8219EED
2017-11-10 02:21:31 +01:00
.string "I will keep this for you until we\n"
.string "meet again.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_HonorToHaveYouVisit: @ 8219F1B
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.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsPinkPictureFrame: @ 8219FA0
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.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsYellowPictureFrame: @ 8219FD3
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.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsBluePictureFrame: @ 821A008
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.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsRedPictureFrame: @ 821A03B
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.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsGreenPictureFrame: @ 821A06D
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.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ItsPaintingOfPokemon: @ 821A0A1
2018-12-07 16:41:08 +01:00
.string "It's a painting of POKéMON.$"
2017-11-10 02:21:31 +01:00
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_NewPaintingsSurprisedMe: @ 821A0BD
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.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_NewPaintingsRatherAmusing: @ 821A132
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.$"
2019-11-10 16:56:35 +01:00
LilycoveCity_LilycoveMuseum_2F_Text_ThesePaintingsOfYourPokemon: @ 821A1A8
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?$"