pokeemerald/data/maps/OldaleTown_PokemonCenter_1F/scripts.inc

64 lines
2.1 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
OldaleTown_PokemonCenter_1F_MapScripts:: @ 81FC006
map_script MAP_SCRIPT_ON_TRANSITION, OldaleTown_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
OldaleTown_PokemonCenter_1F_OnTransition: @ 81FC011
setrespawn HEAL_LOCATION_OLDALE_TOWN
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
@ VAR_0x800B is the Nurse's object event id
2019-10-21 01:30:25 +02:00
OldaleTown_PokemonCenter_1F_EventScript_Nurse:: @ 81FC01A
2017-11-10 02:21:31 +01:00
setvar VAR_0x800B, 1
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-10-21 01:30:25 +02:00
OldaleTown_PokemonCenter_1F_EventScript_Gentleman:: @ 81FC028
msgbox OldaleTown_PokemonCenter_1F_Text_TrainersCanUsePC, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-10-21 01:30:25 +02:00
OldaleTown_PokemonCenter_1F_EventScript_Boy:: @ 81FC031
msgbox OldaleTown_PokemonCenter_1F_Text_PokemonCentersAreGreat, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-10-21 01:30:25 +02:00
OldaleTown_PokemonCenter_1F_EventScript_Girl:: @ 81FC03A
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-10-21 01:30:25 +02:00
goto_if_set FLAG_SYS_POKEDEX_GET, OldaleTown_PokemonCenter_1F_EventScript_WirelessClubAvailable
msgbox OldaleTown_PokemonCenter_1F_Text_WirelessClubNotAvailable, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-10-21 01:30:25 +02:00
OldaleTown_PokemonCenter_1F_EventScript_WirelessClubAvailable:: @ 81FC04F
msgbox OldaleTown_PokemonCenter_1F_Text_TradedInWirelessClub, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-10-21 01:30:25 +02:00
OldaleTown_PokemonCenter_1F_Text_TrainersCanUsePC: @ 81FC059
2017-11-10 02:21:31 +01:00
.string "That PC in the corner there is\n"
.string "for any POKéMON TRAINER to use.\p"
2018-12-07 16:41:08 +01:00
.string "Naturally, that means you're welcome\n"
2017-11-10 02:21:31 +01:00
.string "to use it, too.$"
2019-10-21 01:30:25 +02:00
OldaleTown_PokemonCenter_1F_Text_PokemonCentersAreGreat: @ 81FC0CD
2017-11-10 02:21:31 +01:00
.string "POKéMON CENTERS are great!\p"
.string "You can use their services as much\n"
2018-12-07 16:41:08 +01:00
.string "as you like, and it's all for free.\l"
2017-11-10 02:21:31 +01:00
.string "You never have to worry!$"
2019-10-21 01:30:25 +02:00
OldaleTown_PokemonCenter_1F_Text_WirelessClubNotAvailable: @ 81FC148
2017-11-10 02:21:31 +01:00
.string "The POKéMON WIRELESS CLUB on\n"
.string "the second floor was built recently.\p"
2018-12-07 16:41:08 +01:00
.string "But they say they're still making\n"
2017-11-10 02:21:31 +01:00
.string "adjustments.$"
2019-10-21 01:30:25 +02:00
OldaleTown_PokemonCenter_1F_Text_TradedInWirelessClub: @ 81FC1B9
2017-11-10 02:21:31 +01:00
.string "The POKéMON WIRELESS CLUB on\n"
.string "the second floor was built recently.\p"
.string "I traded POKéMON right away.$"