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,27 +1,27 @@
.set LOCALID_FAMILIAR_GRUNT, 13
SlateportCity_OceanicMuseum_1F_MapScripts:: @ 820AD95
SlateportCity_OceanicMuseum_1F_MapScripts::
.byte 0
SlateportCity_OceanicMuseum_1F_EventScript_EntranceAttendant:: @ 820AD96
SlateportCity_OceanicMuseum_1F_EventScript_EntranceAttendant::
msgbox SlateportCity_OceanicMuseum_1F_Text_PleaseEnjoyYourself, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFeeLeft:: @ 820AD9F
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFeeLeft::
lockall
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
waitmovement 0
goto SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee
end
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFeeRight:: @ 820ADB0
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFeeRight::
lockall
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
waitmovement 0
goto SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee
end
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee:: @ 820ADC1
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee::
showmoneybox 0, 0, 0
msgbox SlateportCity_OceanicMuseum_1F_Text_WouldYouLikeToEnter, MSGBOX_YESNO
compare VAR_RESULT, YES
@@ -33,7 +33,7 @@ SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee:: @ 820ADC1
releaseall
end
SlateportCity_OceanicMuseum_1F_EventScript_CheckMoneyForFee:: @ 820ADE8
SlateportCity_OceanicMuseum_1F_EventScript_CheckMoneyForFee::
checkmoney 50, 0
compare VAR_RESULT, FALSE
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_NotEnoughMoney
@@ -46,7 +46,7 @@ SlateportCity_OceanicMuseum_1F_EventScript_CheckMoneyForFee:: @ 820ADE8
releaseall
end
SlateportCity_OceanicMuseum_1F_EventScript_NotEnoughMoney:: @ 820AE18
SlateportCity_OceanicMuseum_1F_EventScript_NotEnoughMoney::
goto_if_unset FLAG_DELIVERED_DEVON_GOODS, SlateportCity_OceanicMuseum_1F_EventScript_AllowEntranceAnyway
msgbox SlateportCity_OceanicMuseum_1F_Text_NotEnoughMoney, MSGBOX_DEFAULT
closemessage
@@ -56,94 +56,94 @@ SlateportCity_OceanicMuseum_1F_EventScript_NotEnoughMoney:: @ 820AE18
releaseall
end
SlateportCity_OceanicMuseum_1F_EventScript_AllowEntranceAnyway:: @ 820AE39
SlateportCity_OceanicMuseum_1F_EventScript_AllowEntranceAnyway::
msgbox SlateportCity_OceanicMuseum_1F_Text_CatchUpWithYourGroup, MSGBOX_DEFAULT
setvar VAR_SLATEPORT_MUSEUM_1F_STATE, 1
hidemoneybox
releaseall
end
SlateportCity_OceanicMuseum_1F_Movement_PushPlayerBackFromCounter: @ 820AE4B
SlateportCity_OceanicMuseum_1F_Movement_PushPlayerBackFromCounter:
walk_down
step_end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt1:: @ 820AE4D
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt1::
msgbox SlateportCity_OceanicMuseum_1F_Text_AquaExistForGoodOfAll, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt2:: @ 820AE56
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt2::
msgbox SlateportCity_OceanicMuseum_1F_Text_OurBossIsntHere, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt3:: @ 820AE5F
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt3::
msgbox SlateportCity_OceanicMuseum_1F_Text_WouldStuffHereMakeMeRich, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt4:: @ 820AE68
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt4::
msgbox SlateportCity_OceanicMuseum_1F_Text_CanLearnForNefariousDeeds, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt5:: @ 820AE71
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt5::
msgbox SlateportCity_OceanicMuseum_1F_Text_RustboroBungled, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt6:: @ 820AE7A
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt6::
msgbox SlateportCity_OceanicMuseum_1F_Text_DidntHaveMoney, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_WhirlpoolExperiment:: @ 820AE83
SlateportCity_OceanicMuseum_1F_EventScript_WhirlpoolExperiment::
msgbox SlateportCity_OceanicMuseum_1F_Text_WhirlpoolExperiment, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_WaterfallExperiment:: @ 820AE8C
SlateportCity_OceanicMuseum_1F_EventScript_WaterfallExperiment::
msgbox SlateportCity_OceanicMuseum_1F_Text_WaterfallExperiment, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_OceanSoilDisplay:: @ 820AE95
SlateportCity_OceanicMuseum_1F_EventScript_OceanSoilDisplay::
msgbox SlateportCity_OceanicMuseum_1F_Text_OceanSoilDisplay, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_BeachSandDisplay:: @ 820AE9E
SlateportCity_OceanicMuseum_1F_EventScript_BeachSandDisplay::
msgbox SlateportCity_OceanicMuseum_1F_Text_BeachSandDisplay, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_OceanicMinifact1:: @ 820AEA7
SlateportCity_OceanicMuseum_1F_EventScript_OceanicMinifact1::
msgbox SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact1, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_OceanicMinifact2:: @ 820AEB0
SlateportCity_OceanicMuseum_1F_EventScript_OceanicMinifact2::
msgbox SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact2, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_OceanicMinifact3:: @ 820AEB9
SlateportCity_OceanicMuseum_1F_EventScript_OceanicMinifact3::
msgbox SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact3, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_FossilDisplay:: @ 820AEC2
SlateportCity_OceanicMuseum_1F_EventScript_FossilDisplay::
msgbox SlateportCity_OceanicMuseum_1F_Text_FossilDisplay, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_DepthMeasuringMachine:: @ 820AECB
SlateportCity_OceanicMuseum_1F_EventScript_DepthMeasuringMachine::
msgbox SlateportCity_OceanicMuseum_1F_Text_DepthMeasuringMachine, MSGBOX_SIGN
end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron1:: @ 820AED4
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron1::
msgbox SlateportCity_OceanicMuseum_1F_Text_LearnAboutSeaForBattling, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron2:: @ 820AEDD
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron2::
msgbox SlateportCity_OceanicMuseum_1F_Text_SternIsRoleModel, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron3:: @ 820AEE6
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron3::
msgbox SlateportCity_OceanicMuseum_1F_Text_MustBePokemonWeDontKnow, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron4:: @ 820AEEF
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron4::
msgbox SlateportCity_OceanicMuseum_1F_Text_WantSeaPokemon, MSGBOX_NPC
end
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGrunt:: @ 820AEF8
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGrunt::
lock
faceplayer
delay 8
@@ -169,51 +169,51 @@ SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGrunt:: @ 820AEF8
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitWestEast
end
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitNorth:: @ 820AF6C
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitNorth::
applymovement OBJ_EVENT_ID_PLAYER, SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitNorth
applymovement LOCALID_FAMILIAR_GRUNT, SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExitNorth
waitmovement 0
goto SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExited
end
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitSouth:: @ 820AF83
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitSouth::
applymovement LOCALID_FAMILIAR_GRUNT, SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExit
waitmovement 0
goto SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExited
end
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitWestEast:: @ 820AF93
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitWestEast::
applymovement OBJ_EVENT_ID_PLAYER, SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitWestEast
applymovement LOCALID_FAMILIAR_GRUNT, SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExit
waitmovement 0
goto SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExited
end
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExited:: @ 820AFAA
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExited::
setflag FLAG_HIDE_SLATEPORT_CITY_OCEANIC_MUSEUM_FAMILIAR_AQUA_GRUNT
playse SE_EXIT
removeobject LOCALID_FAMILIAR_GRUNT
release
end
SlateportCity_OceanicMuseum_1F_EventScript_NoRoomForThief:: @ 820AFB5
SlateportCity_OceanicMuseum_1F_EventScript_NoRoomForThief::
msgbox SlateportCity_OceanicMuseum_1F_Text_YouHaveToTakeThis, MSGBOX_DEFAULT
release
end
SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitNorth: @ 820AFBF
SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitNorth:
delay_16
delay_8
delay_4
walk_in_place_fastest_down
step_end
SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitWestEast: @ 820AFC4
SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitWestEast:
delay_16
walk_in_place_fastest_down
step_end
SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExit: @ 820AFC7
SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExit:
face_down
walk_fast_down
walk_fast_down
@@ -222,7 +222,7 @@ SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExit: @ 820AFC7
delay_8
step_end
SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExitNorth: @ 820AFCE
SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExitNorth:
walk_fast_right
walk_fast_down
walk_fast_down
@@ -231,71 +231,71 @@ SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExitNorth: @ 820AFCE
delay_8
step_end
SlateportCity_OceanicMuseum_1F_Text_WouldYouLikeToEnter: @ 820AFD5
SlateportCity_OceanicMuseum_1F_Text_WouldYouLikeToEnter:
.string "Welcome to the OCEANIC MUSEUM.\p"
.string "The entrance fee is ¥50.\n"
.string "Would you like to enter?$"
SlateportCity_OceanicMuseum_1F_Text_PleaseEnjoyYourself: @ 820B026
SlateportCity_OceanicMuseum_1F_Text_PleaseEnjoyYourself:
.string "Please enjoy yourself.$"
SlateportCity_OceanicMuseum_1F_Text_NotEnoughMoney: @ 820B03D
SlateportCity_OceanicMuseum_1F_Text_NotEnoughMoney:
.string "Oh? I'm sorry, but you don't seem to\n"
.string "have enough money.$"
SlateportCity_OceanicMuseum_1F_Text_CatchUpWithYourGroup: @ 820B075
SlateportCity_OceanicMuseum_1F_Text_CatchUpWithYourGroup:
.string "Oh? You're with that group that\n"
.string "went in earlier?\p"
.string "You're the only one who's late.\n"
.string "You'd better go catch up to them!$"
SlateportCity_OceanicMuseum_1F_Text_AquaExistForGoodOfAll: @ 820B0E8
SlateportCity_OceanicMuseum_1F_Text_AquaExistForGoodOfAll:
.string "We, TEAM AQUA, exist for the good\n"
.string "of all!$"
SlateportCity_OceanicMuseum_1F_Text_OurBossIsntHere: @ 820B112
SlateportCity_OceanicMuseum_1F_Text_OurBossIsntHere:
.string "We were told to assemble here,\n"
.string "so we did, but…\p"
.string "Our BOSS, the linchpin, isn't here.$"
SlateportCity_OceanicMuseum_1F_Text_WouldStuffHereMakeMeRich: @ 820B165
SlateportCity_OceanicMuseum_1F_Text_WouldStuffHereMakeMeRich:
.string "If I ripped off the stuff here,\n"
.string "would it make me rich?$"
SlateportCity_OceanicMuseum_1F_Text_CanLearnForNefariousDeeds: @ 820B19C
SlateportCity_OceanicMuseum_1F_Text_CanLearnForNefariousDeeds:
.string "What I learn here, I can put to use on\n"
.string "nefarious deeds…$"
SlateportCity_OceanicMuseum_1F_Text_RustboroBungled: @ 820B1D4
SlateportCity_OceanicMuseum_1F_Text_RustboroBungled:
.string "If our goons didn't bungle things\n"
.string "in RUSTBORO, we wouldn't be here!$"
SlateportCity_OceanicMuseum_1F_Text_DidntHaveMoney: @ 820B218
SlateportCity_OceanicMuseum_1F_Text_DidntHaveMoney:
.string "I didn't have ¥50, so it took a long\n"
.string "time getting by the receptionist.$"
SlateportCity_OceanicMuseum_1F_Text_LearnAboutSeaForBattling: @ 820B25F
SlateportCity_OceanicMuseum_1F_Text_LearnAboutSeaForBattling:
.string "I want to learn about the sea and\n"
.string "use that knowledge for battling.$"
SlateportCity_OceanicMuseum_1F_Text_SternIsRoleModel: @ 820B2A2
SlateportCity_OceanicMuseum_1F_Text_SternIsRoleModel:
.string "I get all giddy and gooey when\n"
.string "I see the sea!\p"
.string "For me, CAPT. STERN is the number\n"
.string "one role model!$"
SlateportCity_OceanicMuseum_1F_Text_MustBePokemonWeDontKnow: @ 820B302
SlateportCity_OceanicMuseum_1F_Text_MustBePokemonWeDontKnow:
.string "The sea is vast without end, and\n"
.string "infinitely deep…\p"
.string "There must be many POKéMON that\n"
.string "we don't know about.$"
SlateportCity_OceanicMuseum_1F_Text_WantSeaPokemon: @ 820B369
SlateportCity_OceanicMuseum_1F_Text_WantSeaPokemon:
.string "I want a sea POKéMON.\p"
.string "I think it would feel cool and nice\n"
.string "to hug.$"
SlateportCity_OceanicMuseum_1F_Text_RememberMeTakeThis: @ 820B3AB
SlateportCity_OceanicMuseum_1F_Text_RememberMeTakeThis:
.string "Aiyeeeh!\n"
.string "What are you doing here?\p"
.string "Me? I'm the TEAM AQUA member\n"
@@ -304,29 +304,29 @@ SlateportCity_OceanicMuseum_1F_Text_RememberMeTakeThis: @ 820B3AB
.string "Here, take this!\n"
.string "You have to forgive me!$"
SlateportCity_OceanicMuseum_1F_Text_HopeINeverSeeYouAgain: @ 820B449
SlateportCity_OceanicMuseum_1F_Text_HopeINeverSeeYouAgain:
.string "That TM, it suits you more than it\n"
.string "does me.\p"
.string "Hope I never see you again!\n"
.string "Wahahaha!$"
SlateportCity_OceanicMuseum_1F_Text_YouHaveToTakeThis: @ 820B49B
SlateportCity_OceanicMuseum_1F_Text_YouHaveToTakeThis:
.string "Awww, come on!\n"
.string "You have to take this and let me go!$"
SlateportCity_OceanicMuseum_1F_Text_WhirlpoolExperiment: @ 820B4CF
SlateportCity_OceanicMuseum_1F_Text_WhirlpoolExperiment:
.string "A blue fluid is spiraling inside\n"
.string "a glass vessel.\p"
.string "“This is an experiment to create a\n"
.string "WHIRLPOOL artificially using wind.”$"
SlateportCity_OceanicMuseum_1F_Text_WaterfallExperiment: @ 820B547
SlateportCity_OceanicMuseum_1F_Text_WaterfallExperiment:
.string "A red ball is bobbing up and down\n"
.string "inside a glass vessel.\p"
.string "“This is an experiment simulating a\n"
.string "WATERFALL using the ball's buoyancy.”$"
SlateportCity_OceanicMuseum_1F_Text_OceanSoilDisplay: @ 820B5CA
SlateportCity_OceanicMuseum_1F_Text_OceanSoilDisplay:
.string "It's a sample of soil from the ocean\n"
.string "floor.\p"
.string "“Over many years, the remains of\n"
@@ -335,7 +335,7 @@ SlateportCity_OceanicMuseum_1F_Text_OceanSoilDisplay: @ 820B5CA
.string "“By analyzing these layers, the\n"
.string "ancient past is revealed.”$"
SlateportCity_OceanicMuseum_1F_Text_BeachSandDisplay: @ 820B699
SlateportCity_OceanicMuseum_1F_Text_BeachSandDisplay:
.string "It's a sample of beach sand.\p"
.string "“Stones from mountains are washed\n"
.string "down by rivers where they are\l"
@@ -343,7 +343,7 @@ SlateportCity_OceanicMuseum_1F_Text_BeachSandDisplay: @ 820B699
.string "“They are reduced to grains and end\n"
.string "up as sand on beaches.”$"
SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact1: @ 820B74B
SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact1:
.string "“OCEANIC MINIFACT 1\n"
.string "Why is seawater blue?\p"
.string "“Light is composed of many colors.\p"
@@ -352,7 +352,7 @@ SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact1: @ 820B74B
.string "“However, blue light retains its\n"
.string "color, making the sea appear blue.”$"
SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact2: @ 820B81F
SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact2:
.string "“OCEANIC MINIFACT 2\n"
.string "Why is the sea salty?\p"
.string "“Seawater contains dissolved salt in\n"
@@ -362,7 +362,7 @@ SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact2: @ 820B81F
.string "“The concentration of dissolved salt\n"
.string "makes the sea salty.”$"
SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact3: @ 820B912
SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact3:
.string "“OCEANIC MINIFACT 3\n"
.string "Which is bigger? The sea or land?\p"
.string "“The sea covers about 70% of\n"
@@ -370,7 +370,7 @@ SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact3: @ 820B912
.string "“The sea is therefore more than twice\n"
.string "the size of land.”$"
SlateportCity_OceanicMuseum_1F_Text_FossilDisplay: @ 820B9C0
SlateportCity_OceanicMuseum_1F_Text_FossilDisplay:
.string "It's a fossil with wavy ridges on it.\p"
.string "“Soil on the ocean floor gets scoured\n"
.string "by the tide.\p"
@@ -379,7 +379,7 @@ SlateportCity_OceanicMuseum_1F_Text_FossilDisplay: @ 820B9C0
.string "“If this soil becomes fossilized, it is\n"
.string "called a ripple mark.”$"
SlateportCity_OceanicMuseum_1F_Text_DepthMeasuringMachine: @ 820BA9C
SlateportCity_OceanicMuseum_1F_Text_DepthMeasuringMachine:
.string "A strange machine is rotating under\n"
.string "a glass dome.\p"
.string "Maybe it's for measuring the depth\n"