pokeemerald/data/maps/SlateportCity_OceanicMuseum_1F/scripts.inc

386 lines
14 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
SlateportCity_OceanicMuseum_1F_MapScripts:: @ 820AD95
.byte 0
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_EntranceAttendant:: @ 820AD96
msgbox SlateportCity_OceanicMuseum_1F_Text_PleaseEnjoyYourself, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFeeLeft:: @ 820AD9F
2017-11-10 02:21:31 +01:00
lockall
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-01 22:50:54 +01:00
goto SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFeeRight:: @ 820ADB0
2017-11-10 02:21:31 +01:00
lockall
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-01 22:50:54 +01:00
goto SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_PayEntranceFee:: @ 820ADC1
2017-11-10 02:21:31 +01:00
showmoneybox 0, 0, 0
2019-11-01 22:50:54 +01:00
msgbox SlateportCity_OceanicMuseum_1F_Text_WouldYouLikeToEnter, MSGBOX_YESNO
2019-11-02 17:34:53 +01:00
compare VAR_RESULT, YES
2019-11-01 22:50:54 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_CheckMoneyForFee
2017-11-10 02:21:31 +01:00
closemessage
hidemoneybox
applymovement OBJ_EVENT_ID_PLAYER, SlateportCity_OceanicMuseum_1F_Movement_PushPlayerBackFromCounter
2017-11-10 02:21:31 +01:00
waitmovement 0
releaseall
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_CheckMoneyForFee:: @ 820ADE8
2019-09-16 05:47:07 +02:00
checkmoney 50, 0
compare VAR_RESULT, 0
2019-11-01 22:50:54 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_NotEnoughMoney
2017-11-10 02:21:31 +01:00
playse SE_REGI
removemoney 50, 0
2019-08-18 05:26:46 +02:00
updatemoneybox 0, 0
2019-11-01 22:50:54 +01:00
msgbox SlateportCity_OceanicMuseum_1F_Text_PleaseEnjoyYourself, MSGBOX_DEFAULT
2019-02-22 10:18:43 +01:00
setvar VAR_SLATEPORT_MUSEUM_1F_STATE, 1
2017-11-10 02:21:31 +01:00
hidemoneybox
releaseall
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_NotEnoughMoney:: @ 820AE18
goto_if_unset FLAG_DELIVERED_DEVON_GOODS, SlateportCity_OceanicMuseum_1F_EventScript_AllowEntranceAnyway
msgbox SlateportCity_OceanicMuseum_1F_Text_NotEnoughMoney, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
hidemoneybox
applymovement OBJ_EVENT_ID_PLAYER, SlateportCity_OceanicMuseum_1F_Movement_PushPlayerBackFromCounter
2017-11-10 02:21:31 +01:00
waitmovement 0
releaseall
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_AllowEntranceAnyway:: @ 820AE39
msgbox SlateportCity_OceanicMuseum_1F_Text_CatchUpWithYourGroup, MSGBOX_DEFAULT
2019-02-22 10:18:43 +01:00
setvar VAR_SLATEPORT_MUSEUM_1F_STATE, 1
2017-11-10 02:21:31 +01:00
hidemoneybox
releaseall
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Movement_PushPlayerBackFromCounter: @ 820AE4B
walk_down
2017-11-10 02:21:31 +01:00
step_end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt1:: @ 820AE4D
msgbox SlateportCity_OceanicMuseum_1F_Text_AquaExistForGoodOfAll, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt2:: @ 820AE56
msgbox SlateportCity_OceanicMuseum_1F_Text_OurBossIsntHere, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt3:: @ 820AE5F
msgbox SlateportCity_OceanicMuseum_1F_Text_WouldStuffHereMakeMeRich, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt4:: @ 820AE68
msgbox SlateportCity_OceanicMuseum_1F_Text_CanLearnForNefariousDeeds, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt5:: @ 820AE71
msgbox SlateportCity_OceanicMuseum_1F_Text_RustboroBungled, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumGrunt6:: @ 820AE7A
msgbox SlateportCity_OceanicMuseum_1F_Text_DidntHaveMoney, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_WhirlpoolExperiment:: @ 820AE83
msgbox SlateportCity_OceanicMuseum_1F_Text_WhirlpoolExperiment, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_WaterfallExperiment:: @ 820AE8C
msgbox SlateportCity_OceanicMuseum_1F_Text_WaterfallExperiment, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_OceanSoilDisplay:: @ 820AE95
msgbox SlateportCity_OceanicMuseum_1F_Text_OceanSoilDisplay, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_BeachSandDisplay:: @ 820AE9E
msgbox SlateportCity_OceanicMuseum_1F_Text_BeachSandDisplay, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_OceanicMinifact1:: @ 820AEA7
msgbox SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact1, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_OceanicMinifact2:: @ 820AEB0
msgbox SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact2, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_OceanicMinifact3:: @ 820AEB9
msgbox SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact3, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_FossilDisplay:: @ 820AEC2
msgbox SlateportCity_OceanicMuseum_1F_Text_FossilDisplay, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_DepthMeasuringMachine:: @ 820AECB
msgbox SlateportCity_OceanicMuseum_1F_Text_DepthMeasuringMachine, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron1:: @ 820AED4
msgbox SlateportCity_OceanicMuseum_1F_Text_LearnAboutSeaForBattling, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron2:: @ 820AEDD
msgbox SlateportCity_OceanicMuseum_1F_Text_SternIsRoleModel, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron3:: @ 820AEE6
msgbox SlateportCity_OceanicMuseum_1F_Text_MustBePokemonWeDontKnow, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_MuseumPatron4:: @ 820AEEF
msgbox SlateportCity_OceanicMuseum_1F_Text_WantSeaPokemon, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGrunt:: @ 820AEF8
2017-11-10 02:21:31 +01:00
lock
faceplayer
delay 8
playse SE_PIN
applymovement 13, Common_Movement_ExclamationMark
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement 13, Common_Movement_Delay48
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-01 22:50:54 +01:00
msgbox SlateportCity_OceanicMuseum_1F_Text_RememberMeTakeThis, MSGBOX_DEFAULT
giveitem ITEM_TM46
compare VAR_RESULT, 0
2019-11-01 22:50:54 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_NoRoomForThief
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_TM46
2019-11-01 22:50:54 +01:00
msgbox SlateportCity_OceanicMuseum_1F_Text_HopeINeverSeeYouAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_NORTH
2019-11-01 22:50:54 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitNorth
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_SOUTH
2019-11-01 22:50:54 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitSouth
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_WEST
2019-11-01 22:50:54 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitWestEast
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_EAST
2019-11-01 22:50:54 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitWestEast
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitNorth:: @ 820AF6C
applymovement OBJ_EVENT_ID_PLAYER, SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitNorth
2019-11-01 22:50:54 +01:00
applymovement 13, SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExitNorth
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-01 22:50:54 +01:00
goto SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExited
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitSouth:: @ 820AF83
applymovement 13, SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExit
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-01 22:50:54 +01:00
goto SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExited
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExitWestEast:: @ 820AF93
applymovement OBJ_EVENT_ID_PLAYER, SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitWestEast
2019-11-01 22:50:54 +01:00
applymovement 13, SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExit
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-01 22:50:54 +01:00
goto SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExited
2017-11-10 02:21:31 +01:00
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_FamiliarGruntExited:: @ 820AFAA
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_SLATEPORT_CITY_OCEANIC_MUSEUM_FAMILIAR_AQUA_GRUNT
2017-11-10 02:21:31 +01:00
playse SE_KAIDAN
removeobject 13
release
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_NoRoomForThief:: @ 820AFB5
msgbox SlateportCity_OceanicMuseum_1F_Text_YouHaveToTakeThis, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitNorth: @ 820AFBF
delay_16
delay_8
delay_4
walk_in_place_fastest_down
2017-11-10 02:21:31 +01:00
step_end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Movement_PlayerWatchGruntExitWestEast: @ 820AFC4
delay_16
walk_in_place_fastest_down
2017-11-10 02:21:31 +01:00
step_end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExit: @ 820AFC7
face_down
walk_fast_down
walk_fast_down
walk_fast_down
walk_fast_down
delay_8
2017-11-10 02:21:31 +01:00
step_end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Movement_FamiliarGruntExitNorth: @ 820AFCE
walk_fast_right
walk_fast_down
walk_fast_down
walk_fast_down
walk_fast_down
delay_8
2017-11-10 02:21:31 +01:00
step_end
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_WouldYouLikeToEnter: @ 820AFD5
2017-11-10 02:21:31 +01:00
.string "Welcome to the OCEANIC MUSEUM.\p"
.string "The entrance fee is ¥50.\n"
.string "Would you like to enter?$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_PleaseEnjoyYourself: @ 820B026
2017-11-10 02:21:31 +01:00
.string "Please enjoy yourself.$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_NotEnoughMoney: @ 820B03D
2018-12-07 16:41:08 +01:00
.string "Oh? I'm sorry, but you don't seem to\n"
2017-11-10 02:21:31 +01:00
.string "have enough money.$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_CatchUpWithYourGroup: @ 820B075
2018-12-07 16:41:08 +01:00
.string "Oh? You're with that group that\n"
2017-11-10 02:21:31 +01:00
.string "went in earlier?\p"
2018-12-07 16:41:08 +01:00
.string "You're the only one who's late.\n"
.string "You'd better go catch up to them!$"
2017-11-10 02:21:31 +01:00
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_AquaExistForGoodOfAll: @ 820B0E8
2017-11-10 02:21:31 +01:00
.string "We, TEAM AQUA, exist for the good\n"
.string "of all!$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_OurBossIsntHere: @ 820B112
2017-11-10 02:21:31 +01:00
.string "We were told to assemble here,\n"
.string "so we did, but…\p"
2018-12-07 16:41:08 +01:00
.string "Our BOSS, the linchpin, isn't here.$"
2017-11-10 02:21:31 +01:00
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_WouldStuffHereMakeMeRich: @ 820B165
2017-11-10 02:21:31 +01:00
.string "If I ripped off the stuff here,\n"
.string "would it make me rich?$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_CanLearnForNefariousDeeds: @ 820B19C
2017-11-10 02:21:31 +01:00
.string "What I learn here, I can put to use on\n"
.string "nefarious deeds…$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_RustboroBungled: @ 820B1D4
2018-12-07 16:41:08 +01:00
.string "If our goons didn't bungle things\n"
.string "in RUSTBORO, we wouldn't be here!$"
2017-11-10 02:21:31 +01:00
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_DidntHaveMoney: @ 820B218
2018-12-07 16:41:08 +01:00
.string "I didn't have ¥50, so it took a long\n"
2017-11-10 02:21:31 +01:00
.string "time getting by the receptionist.$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_LearnAboutSeaForBattling: @ 820B25F
2017-11-10 02:21:31 +01:00
.string "I want to learn about the sea and\n"
.string "use that knowledge for battling.$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_SternIsRoleModel: @ 820B2A2
2017-11-10 02:21:31 +01:00
.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!$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_MustBePokemonWeDontKnow: @ 820B302
2017-11-10 02:21:31 +01:00
.string "The sea is vast without end, and\n"
.string "infinitely deep…\p"
.string "There must be many POKéMON that\n"
2018-12-07 16:41:08 +01:00
.string "we don't know about.$"
2017-11-10 02:21:31 +01:00
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_WantSeaPokemon: @ 820B369
2017-11-10 02:21:31 +01:00
.string "I want a sea POKéMON.\p"
.string "I think it would feel cool and nice\n"
.string "to hug.$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_RememberMeTakeThis: @ 820B3AB
2017-11-10 02:21:31 +01:00
.string "Aiyeeeh!\n"
.string "What are you doing here?\p"
2018-12-07 16:41:08 +01:00
.string "Me? I'm the TEAM AQUA member\n"
2017-11-10 02:21:31 +01:00
.string "you thumped before, remember?\l"
.string "Back in RUSTURF TUNNEL?\p"
.string "Here, take this!\n"
.string "You have to forgive me!$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_HopeINeverSeeYouAgain: @ 820B449
2017-11-10 02:21:31 +01:00
.string "That TM, it suits you more than it\n"
.string "does me.\p"
.string "Hope I never see you again!\n"
.string "Wahahaha!$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_YouHaveToTakeThis: @ 820B49B
2017-11-10 02:21:31 +01:00
.string "Awww, come on!\n"
.string "You have to take this and let me go!$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_WhirlpoolExperiment: @ 820B4CF
2017-11-10 02:21:31 +01:00
.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.”$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_WaterfallExperiment: @ 820B547
2017-11-10 02:21:31 +01:00
.string "A red ball is bobbing up and down\n"
.string "inside a glass vessel.\p"
.string "“This is an experiment simulating a\n"
2018-12-07 16:41:08 +01:00
.string "WATERFALL using the ball's buoyancy.”$"
2017-11-10 02:21:31 +01:00
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_OceanSoilDisplay: @ 820B5CA
2018-12-07 16:41:08 +01:00
.string "It's a sample of soil from the ocean\n"
2017-11-10 02:21:31 +01:00
.string "floor.\p"
.string "“Over many years, the remains of\n"
.string "life-forms settle at the bottom of\l"
.string "the sea, making sedimentary layers.\p"
.string "“By analyzing these layers, the\n"
.string "ancient past is revealed.”$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_BeachSandDisplay: @ 820B699
2018-12-07 16:41:08 +01:00
.string "It's a sample of beach sand.\p"
2017-11-10 02:21:31 +01:00
.string "“Stones from mountains are washed\n"
.string "down by rivers where they are\l"
.string "chipped and ground down.\p"
.string "“They are reduced to grains and end\n"
.string "up as sand on beaches.”$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact1: @ 820B74B
2017-11-10 02:21:31 +01:00
.string "“OCEANIC MINIFACT 1\n"
.string "Why is seawater blue?\p"
.string "“Light is composed of many colors.\p"
.string "“When light passes through water,\n"
.string "most kinds of light lose color.\p"
.string "“However, blue light retains its\n"
.string "color, making the sea appear blue.”$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact2: @ 820B81F
2017-11-10 02:21:31 +01:00
.string "“OCEANIC MINIFACT 2\n"
.string "Why is the sea salty?\p"
.string "“Seawater contains dissolved salt in\n"
.string "the form of sodium and chlorine ions.\p"
.string "“These ions leech out of rocks\n"
.string "and are carried out to sea by rain.\p"
.string "“The concentration of dissolved salt\n"
.string "makes the sea salty.”$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_OceanicMinifact3: @ 820B912
2017-11-10 02:21:31 +01:00
.string "“OCEANIC MINIFACT 3\n"
.string "Which is bigger? The sea or land?\p"
.string "“The sea covers about 70% of\n"
.string "the planet, and the rest is land.\p"
.string "“The sea is therefore more than twice\n"
.string "the size of land.”$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_FossilDisplay: @ 820B9C0
2018-12-07 16:41:08 +01:00
.string "It's a fossil with wavy ridges on it.\p"
2017-11-10 02:21:31 +01:00
.string "“Soil on the ocean floor gets scoured\n"
.string "by the tide.\p"
.string "“The flowing seawater marks the soil\n"
.string "with small ridges and valleys.\p"
.string "“If this soil becomes fossilized, it is\n"
.string "called a ripple mark.”$"
2019-11-01 22:50:54 +01:00
SlateportCity_OceanicMuseum_1F_Text_DepthMeasuringMachine: @ 820BA9C
2017-11-10 02:21:31 +01:00
.string "A strange machine is rotating under\n"
.string "a glass dome.\p"
2018-12-07 16:41:08 +01:00
.string "Maybe it's for measuring the depth\n"
2017-11-10 02:21:31 +01:00
.string "of something…$"