Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions
@@ -1,14 +1,14 @@
.set LOCALID_CURATOR, 2
.set LOCALID_ARTIST_2, 8
LilycoveCity_LilycoveMuseum_1F_MapScripts:: @ 8218CB8
LilycoveCity_LilycoveMuseum_1F_MapScripts::
.byte 0
LilycoveCity_LilycoveMuseum_1F_EventScript_Greeter:: @ 8218CB9
LilycoveCity_LilycoveMuseum_1F_EventScript_Greeter::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_WelcomeToLilycoveMuseum, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_Curator:: @ 8218CC2
LilycoveCity_LilycoveMuseum_1F_EventScript_Curator::
lockall
applymovement LOCALID_CURATOR, Common_Movement_FacePlayer
message LilycoveCity_LilycoveMuseum_1F_Text_ImCuratorHaveYouViewedOurPaintings
@@ -20,11 +20,11 @@ LilycoveCity_LilycoveMuseum_1F_EventScript_Curator:: @ 8218CC2
goto_if_eq LilycoveCity_LilycoveMuseum_1F_EventScript_NotYet
end
LilycoveCity_LilycoveMuseum_1F_EventScript_NotYet:: @ 8218CEC
LilycoveCity_LilycoveMuseum_1F_EventScript_NotYet::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_NotDisturbYouTakeYourTime, MSGBOX_NPC
end
LilycoveCity_LilycoveMuseum_1F_EventScript_SawPaintings:: @ 8218CF5
LilycoveCity_LilycoveMuseum_1F_EventScript_SawPaintings::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_HaveYouAnInterestInPaintings, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq LilycoveCity_LilycoveMuseum_1F_EventScript_NotInterested
@@ -32,12 +32,12 @@ LilycoveCity_LilycoveMuseum_1F_EventScript_SawPaintings:: @ 8218CF5
goto_if_eq LilycoveCity_LilycoveMuseum_1F_EventScript_InterestedInPaintings
end
LilycoveCity_LilycoveMuseum_1F_EventScript_NotInterested:: @ 8218D14
LilycoveCity_LilycoveMuseum_1F_EventScript_NotInterested::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_HonoredYoudVisitInSpiteOfThat, MSGBOX_SIGN
releaseall
end
LilycoveCity_LilycoveMuseum_1F_EventScript_InterestedInPaintings:: @ 8218D1E
LilycoveCity_LilycoveMuseum_1F_EventScript_InterestedInPaintings::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_ExcellentCanYouComeWithMe, MSGBOX_SIGN
applymovement LOCALID_CURATOR, LilycoveCity_LilycoveMuseum_1F_Movement_CuratorEnterStairs
waitmovement 0
@@ -48,7 +48,7 @@ LilycoveCity_LilycoveMuseum_1F_EventScript_InterestedInPaintings:: @ 8218D1E
case DIR_EAST, LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorEast
end
LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorNorth:: @ 8218D5A
LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorNorth::
lockall
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorNorth
waitmovement 0
@@ -56,7 +56,7 @@ LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorNorth:: @ 8218D5A
waitstate
end
LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorWest:: @ 8218D6F
LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorWest::
lockall
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorWest
waitmovement 0
@@ -64,7 +64,7 @@ LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorWest:: @ 8218D6F
waitstate
end
LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorEast:: @ 8218D84
LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorEast::
lockall
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorEast
waitmovement 0
@@ -72,86 +72,86 @@ LilycoveCity_LilycoveMuseum_1F_EventScript_FollowCuratorEast:: @ 8218D84
waitstate
end
LilycoveCity_LilycoveMuseum_1F_Movement_CuratorEnterStairs: @ 8218D99
LilycoveCity_LilycoveMuseum_1F_Movement_CuratorEnterStairs:
walk_up
step_end
LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorWest: @ 8218D9B
LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorWest:
walk_left
walk_up
step_end
LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorEast: @ 8218D9E
LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorEast:
walk_right
walk_up
step_end
LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorNorth: @ 8218DA1
LilycoveCity_LilycoveMuseum_1F_Movement_FollowCuratorNorth:
walk_up
walk_up
step_end
LilycoveCity_LilycoveMuseum_1F_EventScript_OldPainting:: @ 8218DA4
LilycoveCity_LilycoveMuseum_1F_EventScript_OldPainting::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_VeryOldPainting, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_FantasyPainting:: @ 8218DAD
LilycoveCity_LilycoveMuseum_1F_EventScript_FantasyPainting::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_OddLandscapeFantasticScenery, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_WomanPainting:: @ 8218DB6
LilycoveCity_LilycoveMuseum_1F_EventScript_WomanPainting::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBeautifulWoman, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_LegendaryPokemonPainting:: @ 8218DBF
LilycoveCity_LilycoveMuseum_1F_EventScript_LegendaryPokemonPainting::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfLegendaryPokemon, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_GrassPokemonPainting:: @ 8218DC8
LilycoveCity_LilycoveMuseum_1F_EventScript_GrassPokemonPainting::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfGrassPokemon, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_BerryPainting:: @ 8218DD1
LilycoveCity_LilycoveMuseum_1F_EventScript_BerryPainting::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBerries, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_EventScript_BirdSculpture:: @ 8218DDA
LilycoveCity_LilycoveMuseum_EventScript_BirdSculpture::
msgbox LilycoveCity_LilycoveMuseum_Text_BirdPokemonSculptureReplica, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_PokeBallSculpture:: @ 8218DE3
LilycoveCity_LilycoveMuseum_1F_EventScript_PokeBallSculpture::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_BigPokeBallCarvedFromStone, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_StoneTablet:: @ 8218DEC
LilycoveCity_LilycoveMuseum_1F_EventScript_StoneTablet::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_StoneTabletWithAncientText, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_SchoolKidM:: @ 8218DF5
LilycoveCity_LilycoveMuseum_1F_EventScript_SchoolKidM::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_MustntForgetLoveForFineArts, MSGBOX_NPC
end
LilycoveCity_LilycoveMuseum_1F_EventScript_Artist1:: @ 8218DFE
LilycoveCity_LilycoveMuseum_1F_EventScript_Artist1::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_ThisMuseumIsInspiration, MSGBOX_NPC
end
LilycoveCity_LilycoveMuseum_1F_EventScript_NinjaBoy:: @ 8218E07
LilycoveCity_LilycoveMuseum_1F_EventScript_NinjaBoy::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_ThisLadyIsPretty, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_Woman1:: @ 8218E10
LilycoveCity_LilycoveMuseum_1F_EventScript_Woman1::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_ThisPokemonIsAdorable, MSGBOX_SIGN
end
LilycoveCity_LilycoveMuseum_1F_EventScript_Woman2:: @ 8218E19
LilycoveCity_LilycoveMuseum_1F_EventScript_Woman2::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_HeardMuseumGotNewPaintings, MSGBOX_NPC
end
LilycoveCity_LilycoveMuseum_1F_EventScript_PsychicM:: @ 8218E22
LilycoveCity_LilycoveMuseum_1F_EventScript_PsychicM::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_CuratorHasBeenCheerful, MSGBOX_NPC
end
LilycoveCity_LilycoveMuseum_1F_EventScript_Artist2:: @ 8218E2B
LilycoveCity_LilycoveMuseum_1F_EventScript_Artist2::
lock
faceplayer
msgbox LilycoveCity_LilycoveMuseum_1F_Text_AimToSeeGreatPaintings, MSGBOX_DEFAULT
@@ -161,17 +161,17 @@ LilycoveCity_LilycoveMuseum_1F_EventScript_Artist2:: @ 8218E2B
release
end
LilycoveCity_LilycoveMuseum_1F_EventScript_FatMan:: @ 8218E42
LilycoveCity_LilycoveMuseum_1F_EventScript_FatMan::
msgbox LilycoveCity_LilycoveMuseum_1F_Text_MuseumTouristDestination, MSGBOX_NPC
end
LilycoveCity_LilycoveMuseum_1F_Text_WelcomeToLilycoveMuseum: @ 8218E4B
LilycoveCity_LilycoveMuseum_1F_Text_WelcomeToLilycoveMuseum:
.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.$"
LilycoveCity_LilycoveMuseum_1F_Text_ImCuratorHaveYouViewedOurPaintings: @ 8218EBC
LilycoveCity_LilycoveMuseum_1F_Text_ImCuratorHaveYouViewedOurPaintings:
.string "I'm the CURATOR of this MUSEUM of\n"
.string "fine arts.\p"
.string "It's heartening to see someone so\n"
@@ -179,116 +179,116 @@ LilycoveCity_LilycoveMuseum_1F_Text_ImCuratorHaveYouViewedOurPaintings: @ 8218EB
.string "Have you viewed our collection of\n"
.string "paintings already?$"
LilycoveCity_LilycoveMuseum_1F_Text_NotDisturbYouTakeYourTime: @ 8218F5C
LilycoveCity_LilycoveMuseum_1F_Text_NotDisturbYouTakeYourTime:
.string "Ah, then let me not disturb you.\n"
.string "Please, do take your time.$"
LilycoveCity_LilycoveMuseum_1F_Text_HaveYouAnInterestInPaintings: @ 8218F98
LilycoveCity_LilycoveMuseum_1F_Text_HaveYouAnInterestInPaintings:
.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?$"
LilycoveCity_LilycoveMuseum_1F_Text_HonoredYoudVisitInSpiteOfThat: @ 8218FF8
LilycoveCity_LilycoveMuseum_1F_Text_HonoredYoudVisitInSpiteOfThat:
.string "I see…\p"
.string "I'm honored that you would visit\n"
.string "us in spite of that.$"
LilycoveCity_LilycoveMuseum_1F_Text_ExcellentCanYouComeWithMe: @ 8219035
LilycoveCity_LilycoveMuseum_1F_Text_ExcellentCanYouComeWithMe:
.string "Ah, excellent!\n"
.string "You do like paintings!\p"
.string "Then, may I ask you to come with me?$"
LilycoveCity_LilycoveMuseum_1F_Text_VeryOldPainting: @ 8219080
LilycoveCity_LilycoveMuseum_1F_Text_VeryOldPainting:
.string "It's a very old painting.\n"
.string "The paint is peeling here and there.$"
LilycoveCity_LilycoveMuseum_1F_Text_OddLandscapeFantasticScenery: @ 82190BF
LilycoveCity_LilycoveMuseum_1F_Text_OddLandscapeFantasticScenery:
.string "It's an odd landscape with bizarre\n"
.string "and fantastic scenery.$"
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBeautifulWoman: @ 82190F9
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBeautifulWoman:
.string "It's a painting of a beautiful, smiling\n"
.string "woman with a POKéMON on her lap.$"
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfLegendaryPokemon: @ 8219142
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfLegendaryPokemon:
.string "It's a painting of a legendary POKéMON\n"
.string "from long ago.\p"
.string "The artist painted this from\n"
.string "imagination.$"
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfGrassPokemon: @ 82191A2
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfGrassPokemon:
.string "It's a painting of GRASS POKéMON\n"
.string "swaying in a breeze.\p"
.string "They appear to be enjoying the wind's\n"
.string "gentle caress.$"
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBerries: @ 821920D
LilycoveCity_LilycoveMuseum_1F_Text_PaintingOfBerries:
.string "It's a delicious-looking painting\n"
.string "of BERRIES.\p"
.string "This painting could make you hungry!$"
LilycoveCity_LilycoveMuseum_Text_BirdPokemonSculptureReplica: @ 8219260
LilycoveCity_LilycoveMuseum_Text_BirdPokemonSculptureReplica:
.string "It's a replica of a famous sculpture.\p"
.string "It depicts an ancient BIRD POKéMON.$"
LilycoveCity_LilycoveMuseum_1F_Text_BigPokeBallCarvedFromStone: @ 82192AA
LilycoveCity_LilycoveMuseum_1F_Text_BigPokeBallCarvedFromStone:
.string "It's a big POKé BALL carved from\n"
.string "a black stone.\p"
.string "It was apparently used in festivals\n"
.string "in the olden days.$"
LilycoveCity_LilycoveMuseum_1F_Text_StoneTabletWithAncientText: @ 8219311
LilycoveCity_LilycoveMuseum_1F_Text_StoneTabletWithAncientText:
.string "It's a huge stone tablet inscribed\n"
.string "with POKéMON and dense text in the\l"
.string "small characters of an ancient,\l"
.string "unreadable language.$"
LilycoveCity_LilycoveMuseum_1F_Text_WorksOfMagnificence: @ 821938C
LilycoveCity_LilycoveMuseum_1F_Text_WorksOfMagnificence:
.string "Hmmm…\n"
.string "What works of great magnificence…$"
LilycoveCity_LilycoveMuseum_1F_Text_MustntForgetLoveForFineArts: @ 82193B4
LilycoveCity_LilycoveMuseum_1F_Text_MustntForgetLoveForFineArts:
.string "Battling with POKéMON is fun,\n"
.string "I'll grant you that.\p"
.string "But one mustn't forget our love for\n"
.string "the fine arts.$"
LilycoveCity_LilycoveMuseum_1F_Text_ThisMuseumIsInspiration: @ 821941A
LilycoveCity_LilycoveMuseum_1F_Text_ThisMuseumIsInspiration:
.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.$"
LilycoveCity_LilycoveMuseum_1F_Text_ThisLadyIsPretty: @ 82194BA
LilycoveCity_LilycoveMuseum_1F_Text_ThisLadyIsPretty:
.string "This lady is pretty!\n"
.string "She's like Mommy!$"
LilycoveCity_LilycoveMuseum_1F_Text_ThisPokemonIsAdorable: @ 82194E1
LilycoveCity_LilycoveMuseum_1F_Text_ThisPokemonIsAdorable:
.string "This POKéMON is adorable!\n"
.string "Just like our little boy!$"
LilycoveCity_LilycoveMuseum_1F_Text_HeardMuseumGotNewPaintings: @ 8219515
LilycoveCity_LilycoveMuseum_1F_Text_HeardMuseumGotNewPaintings:
.string "I'd heard that this ART MUSEUM got\n"
.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?$"
LilycoveCity_LilycoveMuseum_1F_Text_CuratorHasBeenCheerful: @ 821959B
LilycoveCity_LilycoveMuseum_1F_Text_CuratorHasBeenCheerful:
.string "Lately, the CURATOR has been\n"
.string "unusually cheerful.\p"
.string "I bet something good happened for him.\n"
.string "Definitely.$"
LilycoveCity_LilycoveMuseum_1F_Text_AimToSeeGreatPaintings: @ 82195FF
LilycoveCity_LilycoveMuseum_1F_Text_AimToSeeGreatPaintings:
.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.$"
LilycoveCity_LilycoveMuseum_1F_Text_MuseumTouristDestination: @ 821967A
LilycoveCity_LilycoveMuseum_1F_Text_MuseumTouristDestination:
.string "The ART MUSEUM has become a favorite\n"
.string "tourist destination.\p"
.string "It's great for LILYCOVE…\n"