mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-02 22:15:20 -05:00
47 lines
1.5 KiB
PHP
47 lines
1.5 KiB
PHP
FuchsiaCity_PokemonCenter_1F_Frlg_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, FuchsiaCity_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
FuchsiaCity_PokemonCenter_1F_OnTransition::
|
|
setrespawn HEAL_LOCATION_FUCHSIA_CITY
|
|
end
|
|
|
|
FuchsiaCity_PokemonCenter_1F_EventScript_Nurse::
|
|
lock
|
|
faceplayer
|
|
call EventScript_PkmnCenterNurse_Frlg
|
|
release
|
|
end
|
|
|
|
FuchsiaCity_PokemonCenter_1F_EventScript_Man::
|
|
msgbox FuchsiaCity_PokemonCenter_1F_Text_CantBecomeGoodTrainerWithOneMon, MSGBOX_NPC
|
|
end
|
|
|
|
FuchsiaCity_PokemonCenter_1F_EventScript_CooltrainerF::
|
|
msgbox FuchsiaCity_PokemonCenter_1F_Text_PokemonLeagueWestOfViridian, MSGBOX_NPC
|
|
end
|
|
|
|
FuchsiaCity_PokemonCenter_1F_EventScript_Youngster::
|
|
msgbox FuchsiaCity_PokemonCenter_1F_Text_VisitSafariZoneForPokedex, MSGBOX_NPC
|
|
end
|
|
|
|
FuchsiaCity_PokemonCenter_1F_Text_CantBecomeGoodTrainerWithOneMon::
|
|
.string "You can't become a good TRAINER\n"
|
|
.string "with just one strong POKéMON.\p"
|
|
.string "But raising many POKéMON evenly\n"
|
|
.string "is no easy task, either.$"
|
|
|
|
FuchsiaCity_PokemonCenter_1F_Text_PokemonLeagueWestOfViridian::
|
|
.string "There's a narrow trail west of\n"
|
|
.string "VIRIDIAN CITY.\p"
|
|
.string "It goes to the POKéMON LEAGUE HQ.\n"
|
|
.string "The HQ governs all TRAINERS.$"
|
|
|
|
FuchsiaCity_PokemonCenter_1F_Text_VisitSafariZoneForPokedex::
|
|
.string "If you're working on a POKéDEX,\n"
|
|
.string "visit the SAFARI ZONE.\p"
|
|
.string "All sorts of rare POKéMON breed\n"
|
|
.string "there.$"
|
|
|