pokeemerald/data/maps/SevenIsland_Frlg/scripts.inc
hedara90 58317e35b9
Cawt FRLG part 1 (#8396)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-30 09:28:36 -08:00

59 lines
1.7 KiB
PHP

SevenIsland_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, SevenIsland_OnTransition
.byte 0
SevenIsland_OnTransition::
setworldmapflag FLAG_WORLD_MAP_SEVEN_ISLAND
end
SevenIsland_EventScript_IslandSign::
msgbox SevenIsland_Text_IslandSign, MSGBOX_SIGN
end
SevenIsland_EventScript_OldWoman::
msgbox SevenIsland_Text_IslandsMadeInSevenDays, MSGBOX_NPC
end
SevenIsland_EventScript_Scientist::
msgbox SevenIsland_Text_IslandVirtuallyUntouched, MSGBOX_NPC
end
Text_SwordsDanceTeach::
.string "Not many people come out here.\p"
.string "If I train here, I'm convinced that\n"
.string "I'll get stronger and stronger.\p"
.string "Yep, stronger and stronger…\p"
.string "How would you like to learn a move\n"
.string "like that? It's SWORDS DANCE.$"
Text_SwordsDanceDeclined::
.string "Well, that's fine, too.$"
Text_SwordsDanceWhichMon::
.string "All right, pick which POKéMON\n"
.string "I should teach it to.$"
Text_SwordsDanceTaught::
.string "If only we could keep getting\n"
.string "stronger and stronger, eh?$"
SevenIsland_Text_IslandSign::
.string "SEVEN ISLAND\n"
.string "Quest Island of Infinity$"
SevenIsland_Text_IslandsMadeInSevenDays::
.string "These islands are called the SEVII\n"
.string "ISLANDS because there are seven.\p"
.string "…Or at least that's what the young\n"
.string "people believe.\p"
.string "The truth is, these islands are so\n"
.string "named because they are said to\l"
.string "have been made in seven days.$"
SevenIsland_Text_IslandVirtuallyUntouched::
.string "This island has been left virtually\n"
.string "untouched in its natural state.\p"
.string "It could be a little difficult to\n"
.string "hike around because of that.$"