2025-04-08 11:07:43 +08:00

35 lines
1.1 KiB
PHP

.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 "镇子边上有个\n岩洞,\p据说那里面能\n找到稀有的石头。$"
DewfordTown_PokemonCenter_1F_Text_FaintedMonCanUseHM:
.string "即使宝可梦昏厥不能\n战斗了,它仍然可以使用\l从秘传学习器里学到\n的招式。$"