mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
144 lines
5.3 KiB
PHP
144 lines
5.3 KiB
PHP
.set LOCALID_DOCK, 1
|
|
|
|
SlateportCity_SternsShipyard_1F_MapScripts:: @ 8207F3F
|
|
.byte 0
|
|
|
|
SlateportCity_SternsShipyard_1F_EventScript_Dock:: @ 8207F40
|
|
lockall
|
|
goto_if_set FLAG_SYS_GAME_CLEAR, SlateportCity_SternsShipyard_1F_EventScript_FerryReady
|
|
goto_if_set FLAG_BADGE07_GET, SlateportCity_SternsShipyard_1F_EventScript_BrineyJoined
|
|
goto_if_set FLAG_DELIVERED_DEVON_GOODS, SlateportCity_SternsShipyard_1F_EventScript_NeedVeteran
|
|
goto_if_set FLAG_DOCK_REJECTED_DEVON_GOODS, SlateportCity_SternsShipyard_1F_EventScript_GoFindStern
|
|
msgbox SlateportCity_SternsShipyard_1F_Text_CantMakeHeadsOrTails, MSGBOX_DEFAULT
|
|
applymovement LOCALID_DOCK, Common_Movement_FacePlayer
|
|
waitmovement 0
|
|
msgbox SlateportCity_SternsShipyard_1F_Text_MeetDockDeliverToStern, MSGBOX_DEFAULT
|
|
closemessage
|
|
applymovement LOCALID_DOCK, Common_Movement_FaceOriginalDirection
|
|
waitmovement 0
|
|
setflag FLAG_DOCK_REJECTED_DEVON_GOODS
|
|
setflag FLAG_HIDE_SLATEPORT_CITY_TEAM_AQUA
|
|
releaseall
|
|
end
|
|
|
|
SlateportCity_SternsShipyard_1F_EventScript_FerryReady:: @ 8207F92
|
|
applymovement LOCALID_DOCK, Common_Movement_FacePlayer
|
|
waitmovement 0
|
|
msgbox SlateportCity_SternsShipyard_1F_Text_FerryIsReady, MSGBOX_DEFAULT
|
|
releaseall
|
|
end
|
|
|
|
SlateportCity_SternsShipyard_1F_EventScript_BrineyJoined:: @ 8207FA6
|
|
applymovement LOCALID_DOCK, Common_Movement_FacePlayer
|
|
waitmovement 0
|
|
msgbox SlateportCity_SternsShipyard_1F_Text_BrineyJoinedUs, MSGBOX_DEFAULT
|
|
releaseall
|
|
end
|
|
|
|
SlateportCity_SternsShipyard_1F_EventScript_GoFindStern:: @ 8207FBA
|
|
applymovement LOCALID_DOCK, Common_Movement_FacePlayer
|
|
waitmovement 0
|
|
msgbox SlateportCity_SternsShipyard_1F_Text_CouldYouFindStern, MSGBOX_DEFAULT
|
|
closemessage
|
|
applymovement LOCALID_DOCK, Common_Movement_FaceOriginalDirection
|
|
waitmovement 0
|
|
releaseall
|
|
end
|
|
|
|
SlateportCity_SternsShipyard_1F_EventScript_NeedVeteran:: @ 8207FD9
|
|
applymovement LOCALID_DOCK, Common_Movement_FacePlayer
|
|
waitmovement 0
|
|
msgbox SlateportCity_SternsShipyard_1F_Text_CouldUseAdviceFromVeteran, MSGBOX_DEFAULT
|
|
releaseall
|
|
end
|
|
|
|
SlateportCity_SternsShipyard_1F_EventScript_Scientist1:: @ 8207FED
|
|
msgbox SlateportCity_SternsShipyard_1F_Text_SeaIsLikeLivingThing, MSGBOX_NPC
|
|
end
|
|
|
|
SlateportCity_SternsShipyard_1F_EventScript_Scientist2:: @ 8207FF6
|
|
msgbox SlateportCity_SternsShipyard_1F_Text_GetSeasickEasily, MSGBOX_NPC
|
|
end
|
|
|
|
SlateportCity_SternsShipyard_1F_EventScript_Briney:: @ 8207FFF
|
|
msgbox SlateportCity_SternsShipyard_1F_Text_DecidedToHelpDock, MSGBOX_NPC
|
|
end
|
|
|
|
SlateportCity_SternsShipyard_1F_Text_CantMakeHeadsOrTails: @ 8208008
|
|
.string "Umm… If this goes here, and that\n"
|
|
.string "goes over there…\p"
|
|
.string "Then where does this thing go?\n"
|
|
.string "And what about that doohickey?\p"
|
|
.string "Aaargh! I can't make heads or tails\n"
|
|
.string "of this!$"
|
|
|
|
SlateportCity_SternsShipyard_1F_Text_MeetDockDeliverToStern: @ 82080A5
|
|
.string "Hm?\n"
|
|
.string "Hi, I'm DOCK.\p"
|
|
.string "CAPT. STERN commissioned me to\n"
|
|
.string "design a ferry.\p"
|
|
.string "Oh! That there…\n"
|
|
.string "Are they DEVON GOODS?\p"
|
|
.string "But, hmm…\n"
|
|
.string "This won't do…\p"
|
|
.string "CAPT. STERN went off somewhere.\n"
|
|
.string "He said he had some work to do.\p"
|
|
.string "Could I get you to go find CAPT.\n"
|
|
.string "STERN and deliver that to him?$"
|
|
|
|
SlateportCity_SternsShipyard_1F_Text_CouldYouFindStern: @ 82081A5
|
|
.string "DOCK: Where could CAPT. STERN have\n"
|
|
.string "gone off to?\p"
|
|
.string "Could you go find CAPT. STERN and\n"
|
|
.string "deliver that parcel to him?$"
|
|
|
|
SlateportCity_SternsShipyard_1F_Text_CouldUseAdviceFromVeteran: @ 8208213
|
|
.string "DOCK: Shipbuilding is an art.\p"
|
|
.string "A lot of things can't be figured out\n"
|
|
.string "just by calculating.\p"
|
|
.string "I really could use advice from a veteran\n"
|
|
.string "who knows the seas…$"
|
|
|
|
SlateportCity_SternsShipyard_1F_Text_BrineyJoinedUs: @ 82082A8
|
|
.string "DOCK: Hi! MR. BRINEY's joined us to\n"
|
|
.string "lend us his help.\p"
|
|
.string "Thanks to the veteran sailor, the\n"
|
|
.string "ferry is steadily coming together.$"
|
|
|
|
SlateportCity_SternsShipyard_1F_Text_FerryIsReady: @ 8208323
|
|
.string "DOCK: The ferry is finally ready!\p"
|
|
.string "The new S.S. TIDAL is truly a marvel\n"
|
|
.string "of technology!\p"
|
|
.string "But, I get the feeling that we can\n"
|
|
.string "make something even better.\p"
|
|
.string "You know, there's never an end to\n"
|
|
.string "technology's march.$"
|
|
|
|
SlateportCity_SternsShipyard_1F_Text_DecidedToHelpDock: @ 82083EE
|
|
.string "MR. BRINEY: Ah, {PLAYER}{KUN}!\n"
|
|
.string "It's been too long!\p"
|
|
.string "Aye, since I met you, this old sea dog's\n"
|
|
.string "been feeling frisky!\p"
|
|
.string "So I've decided to help DOCK make\n"
|
|
.string "a ferry.\p"
|
|
.string "Aye, after all, a ferry would be able\n"
|
|
.string "to carry a lot of people.\p"
|
|
.string "But, you know, that DOCK is really\n"
|
|
.string "something special.\p"
|
|
.string "With his knack for technology and\n"
|
|
.string "my experience, I'm sure that we can\l"
|
|
.string "build one great ship, aye!$"
|
|
|
|
SlateportCity_SternsShipyard_1F_Text_SeaIsLikeLivingThing: @ 8208558
|
|
.string "The seasons, the weather, where\n"
|
|
.string "the moon sits in the sky…\p"
|
|
.string "These and other conditions make\n"
|
|
.string "the sea change its expression.\p"
|
|
.string "That's right!\n"
|
|
.string "The sea is like a living thing!$"
|
|
|
|
SlateportCity_SternsShipyard_1F_Text_GetSeasickEasily: @ 82085FF
|
|
.string "I get seasick real easily.\n"
|
|
.string "So I get to help out here instead.$"
|
|
|