2022-05-19 19:14:13 +02:00
|
|
|
.set LOCALID_NURSE, 1
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_MapScripts::
|
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, DewfordTown_PokemonCenter_1F_OnTransition
|
|
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_OnTransition:
|
|
|
|
setrespawn HEAL_LOCATION_DEWFORD_TOWN
|
|
|
|
call Common_EventScript_UpdateBrineyLocation
|
|
|
|
end
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_EventScript_Nurse::
|
|
|
|
setvar VAR_0x800B, LOCALID_NURSE
|
|
|
|
call Common_EventScript_PkmnCenterNurse
|
|
|
|
waitmessage
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_EventScript_PokefanF::
|
|
|
|
msgbox DewfordTown_PokemonCenter_1F_Text_StoneCavern, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_EventScript_Man::
|
|
|
|
msgbox DewfordTown_PokemonCenter_1F_Text_FaintedMonCanUseHM, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_Text_StoneCavern:
|
|
|
|
.string "There's a stone cavern at the edge\n"
|
|
|
|
.string "of town.\p"
|
|
|
|
.string "I've heard you can find rare stones\n"
|
|
|
|
.string "there.$"
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_Text_FaintedMonCanUseHM:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Even if a Pokémon faints and can't\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "battle, it can still use a move learned\l"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "from a Hidden Machine (HM).$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|