mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-01 07:45:32 -05:00
74 lines
2.1 KiB
PHP
74 lines
2.1 KiB
PHP
FourIsland_PokemonCenter_1F_Frlg_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, FourIsland_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
FourIsland_PokemonCenter_1F_OnTransition::
|
|
setrespawn HEAL_LOCATION_FOUR_ISLAND
|
|
end
|
|
|
|
FourIsland_PokemonCenter_1F_EventScript_Nurse::
|
|
lock
|
|
faceplayer
|
|
call EventScript_PkmnCenterNurse_Frlg
|
|
release
|
|
end
|
|
|
|
FourIsland_PokemonCenter_1F_EventScript_Man::
|
|
msgbox FourIsland_PokemonCenter_1F_Text_RareIceMonsInCave, MSGBOX_NPC
|
|
end
|
|
|
|
FourIsland_PokemonCenter_1F_EventScript_Woman::
|
|
msgbox FourIsland_PokemonCenter_1F_Text_DayCarePeopleFoundEggBefore, MSGBOX_NPC
|
|
end
|
|
|
|
FourIsland_PokemonCenter_1F_EventScript_Gentleman::
|
|
msgbox FourIsland_PokemonCenter_1F_Text_NewPokemonJournalHasntArrived, MSGBOX_NPC
|
|
end
|
|
|
|
@ The 5 texts below are supposed to be in FourIsland_House1
|
|
Text_BodySlamTeach::
|
|
.string "Ready?\n"
|
|
.string "Boing!\p"
|
|
.string "We're having a BODY SLAM match\n"
|
|
.string "to see who wimps out first.\p"
|
|
.string "If you were to join us, you'd be\n"
|
|
.string "squashed like a bug, though…\p"
|
|
.string "How about I teach BODY SLAM to\n"
|
|
.string "a POKéMON of yours instead?$"
|
|
|
|
Text_BodySlamDeclined::
|
|
.string "Come again!\n"
|
|
.string "Boing!$"
|
|
|
|
Text_BodySlamWhichMon::
|
|
.string "Which POKéMON wants to learn how\n"
|
|
.string "to BODY SLAM?$"
|
|
|
|
Text_BodySlamTaught::
|
|
.string "Boioing!$"
|
|
|
|
FourIsland_House1_Text_FatMan::
|
|
.string "それ ぼよーん!\n"
|
|
.string "おまえ おもいなあー!$"
|
|
|
|
FourIsland_PokemonCenter_1F_Text_RareIceMonsInCave::
|
|
.string "There's a rare kind of ICE POKéMON\n"
|
|
.string "that lives in the cave.\p"
|
|
.string "We get a lot of visitors hoping to\n"
|
|
.string "see that POKéMON.$"
|
|
|
|
FourIsland_PokemonCenter_1F_Text_DayCarePeopleFoundEggBefore::
|
|
.string "Oh? A POKéMON EGG?\n"
|
|
.string "…I have no idea.\p"
|
|
.string "…Oh, wait. The DAY-CARE people\n"
|
|
.string "in town were saying something.\p"
|
|
.string "They said that they'd found EGGS\n"
|
|
.string "before on their property.$"
|
|
|
|
FourIsland_PokemonCenter_1F_Text_NewPokemonJournalHasntArrived::
|
|
.string "What's this?\p"
|
|
.string "The new POKéMON JOURNAL hasn't\n"
|
|
.string "arrived on this island?$"
|
|
|