2020-06-21 07:56:57 +02:00
|
|
|
.set LOCALID_NURSE, 1
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
RustboroCity_PokemonCenter_1F_MapScripts::
|
2019-04-22 22:31:51 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, RustboroCity_PokemonCenter_1F_OnTransition
|
2019-10-12 04:23:05 +02:00
|
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
RustboroCity_PokemonCenter_1F_OnTransition:
|
2018-08-10 16:45:15 +02:00
|
|
|
setrespawn HEAL_LOCATION_RUSTBORO_CITY
|
2019-08-15 05:38:42 +02:00
|
|
|
call Common_EventScript_UpdateBrineyLocation
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
RustboroCity_PokemonCenter_1F_EventScript_Nurse::
|
2020-06-21 07:56:57 +02:00
|
|
|
setvar VAR_0x800B, LOCALID_NURSE
|
2019-08-15 05:38:42 +02:00
|
|
|
call Common_EventScript_PkmnCenterNurse
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmessage
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
RustboroCity_PokemonCenter_1F_EventScript_Man::
|
2019-11-03 18:29:41 +01:00
|
|
|
msgbox RustboroCity_PokemonCenter_1F_Text_PokemonHavePersonalities, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
RustboroCity_PokemonCenter_1F_EventScript_Boy::
|
2019-11-03 18:29:41 +01:00
|
|
|
msgbox RustboroCity_PokemonCenter_1F_Text_MaleAndFemalePokemon, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
RustboroCity_PokemonCenter_1F_EventScript_Girl::
|
2019-11-03 18:29:41 +01:00
|
|
|
msgbox RustboroCity_PokemonCenter_1F_Text_HMCutNextDoor, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
RustboroCity_PokemonCenter_1F_Text_PokemonHavePersonalities:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "My POKéMON has a NAIVE nature, and my\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "friend's has a JOLLY nature.\p"
|
|
|
|
.string "It's fascinating how POKéMON have\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "personalities!$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
RustboroCity_PokemonCenter_1F_Text_MaleAndFemalePokemon:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Just like people, there are male and\n"
|
|
|
|
.string "female POKéMON.\p"
|
|
|
|
.string "But no one seems to have any idea how\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "they're different.$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
RustboroCity_PokemonCenter_1F_Text_HMCutNextDoor:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "The man next door gave me an HM!\p"
|
|
|
|
.string "I used it to teach my POKéMON how to\n"
|
|
|
|
.string "CUT down skinny trees.$"
|
|
|
|
|