mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-24 23:35:36 -05:00
39 lines
1.1 KiB
PHP
39 lines
1.1 KiB
PHP
TwoIsland_PokemonCenter_1F_Frlg_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, TwoIsland_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
TwoIsland_PokemonCenter_1F_OnTransition::
|
|
setrespawn HEAL_LOCATION_TWO_ISLAND
|
|
end
|
|
|
|
TwoIsland_PokemonCenter_1F_EventScript_Nurse::
|
|
lock
|
|
faceplayer
|
|
call EventScript_PkmnCenterNurse_Frlg
|
|
release
|
|
end
|
|
|
|
TwoIsland_PokemonCenter_1F_EventScript_GBAKid::
|
|
msgbox TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner, MSGBOX_NPC
|
|
end
|
|
|
|
TwoIsland_PokemonCenter_1F_EventScript_BugCatcher::
|
|
msgbox TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape, MSGBOX_NPC
|
|
end
|
|
|
|
TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner::
|
|
.string "Have you visited the GAME CORNER\n"
|
|
.string "already?\p"
|
|
.string "It's no good to go alone.\n"
|
|
.string "You have to take a friend along.$"
|
|
|
|
TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape::
|
|
.string "Not many people live on\n"
|
|
.string "TWO ISLAND.\p"
|
|
.string "There is this old lady who lives\n"
|
|
.string "out on the cape.\p"
|
|
.string "She's been there since I don't know\n"
|
|
.string "when.$"
|
|
|