2020-06-21 07:56:57 +02:00
|
|
|
.set LOCALID_NURSE, 1
|
|
|
|
|
2017-11-10 02:21:31 +01:00
|
|
|
SlateportCity_PokemonCenter_1F_MapScripts:: @ 820DABF
|
2019-04-22 22:31:51 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SlateportCity_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
|
|
|
|
|
2019-04-22 22:31:51 +02:00
|
|
|
SlateportCity_PokemonCenter_1F_OnTransition: @ 820DACA
|
2018-08-10 16:45:15 +02:00
|
|
|
setrespawn HEAL_LOCATION_SLATEPORT_CITY
|
2019-08-15 05:38:42 +02:00
|
|
|
call Common_EventScript_UpdateBrineyLocation
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
SlateportCity_PokemonCenter_1F_EventScript_Nurse:: @ 820DAD3
|
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
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
SlateportCity_PokemonCenter_1F_EventScript_Sailor:: @ 820DAE1
|
|
|
|
msgbox SlateportCity_PokemonCenter_1F_Text_RaiseDifferentTypesOfPokemon, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
SlateportCity_PokemonCenter_1F_EventScript_Woman:: @ 820DAEA
|
|
|
|
msgbox SlateportCity_PokemonCenter_1F_Text_TradedMonWithFriend, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
SlateportCity_PokemonCenter_1F_Text_RaiseDifferentTypesOfPokemon: @ 820DAF3
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Want a tip for battling?\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'd say it's raising different kinds\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "of POKéMON in a balanced manner.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It's no good to make just one\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "POKéMON strong.\p"
|
|
|
|
.string "If it has a type disadvantage,\n"
|
|
|
|
.string "it might not stand a chance.$"
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
SlateportCity_PokemonCenter_1F_Text_TradedMonWithFriend: @ 820DBBC
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I trade POKéMON with my friends.\p"
|
|
|
|
.string "If a traded POKéMON is holding an\n"
|
|
|
|
.string "item, it makes me twice as happy!$"
|
|
|
|
|