2017-11-10 01:21:31 +00:00
|
|
|
DewfordTown_PokemonCenter_1F_MapScripts:: @ 81FC523
|
2019-04-22 21:31:51 +01:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, DewfordTown_PokemonCenter_1F_OnTransition
|
2019-10-12 03:23:05 +01:00
|
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
2017-11-10 01:21:31 +00:00
|
|
|
.byte 0
|
|
|
|
|
2019-04-22 21:31:51 +01:00
|
|
|
DewfordTown_PokemonCenter_1F_OnTransition: @ 81FC52E
|
2018-08-10 15:45:15 +01:00
|
|
|
setrespawn HEAL_LOCATION_DEWFORD_TOWN
|
2019-08-15 04:38:42 +01:00
|
|
|
call Common_EventScript_UpdateBrineyLocation
|
2017-11-10 01:21:31 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_EventScript_1FC537:: @ 81FC537
|
|
|
|
setvar VAR_0x800B, 1
|
2019-08-15 04:38:42 +01:00
|
|
|
call Common_EventScript_PkmnCenterNurse
|
2017-11-10 01:21:31 +00:00
|
|
|
waitmessage
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_EventScript_1FC545:: @ 81FC545
|
2018-12-02 08:37:46 +00:00
|
|
|
msgbox DewfordTown_PokemonCenter_1F_Text_1FC557, MSGBOX_NPC
|
2017-11-10 01:21:31 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_EventScript_1FC54E:: @ 81FC54E
|
2018-12-02 08:37:46 +00:00
|
|
|
msgbox DewfordTown_PokemonCenter_1F_Text_1FC5AE, MSGBOX_NPC
|
2017-11-10 01:21:31 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_Text_1FC557: @ 81FC557
|
2018-12-07 15:41:08 +00:00
|
|
|
.string "There's a stone cavern at the edge\n"
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "of town.\p"
|
2018-12-07 15:41:08 +00:00
|
|
|
.string "I've heard you can find rare stones\n"
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "there.$"
|
|
|
|
|
|
|
|
DewfordTown_PokemonCenter_1F_Text_1FC5AE: @ 81FC5AE
|
2018-12-07 15:41:08 +00:00
|
|
|
.string "Even if a POKéMON faints and can't\n"
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "battle, it can still use a move learned\l"
|
|
|
|
.string "from a HIDDEN MACHINE (HM).$"
|
|
|
|
|