pokeemerald/data/maps/RustboroCity_PokemonCenter_1F/scripts.inc

48 lines
1.5 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
RustboroCity_PokemonCenter_1F_MapScripts:: @ 8214D62
map_script MAP_SCRIPT_ON_TRANSITION, RustboroCity_PokemonCenter_1F_OnTransition
2019-10-11 10:14:09 +02:00
map_script MAP_SCRIPT_ON_RESUME, CableClub_MapScript1_InitUnionRoom
2017-11-10 02:21:31 +01:00
.byte 0
RustboroCity_PokemonCenter_1F_OnTransition: @ 8214D6D
setrespawn HEAL_LOCATION_RUSTBORO_CITY
2019-08-15 05:38:42 +02:00
call Common_EventScript_UpdateBrineyLocation
2017-11-10 02:21:31 +01:00
end
RustboroCity_PokemonCenter_1F_EventScript_214D76:: @ 8214D76
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
RustboroCity_PokemonCenter_1F_EventScript_214D84:: @ 8214D84
msgbox RustboroCity_PokemonCenter_1F_Text_214D9F, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
RustboroCity_PokemonCenter_1F_EventScript_214D8D:: @ 8214D8D
msgbox RustboroCity_PokemonCenter_1F_Text_214E13, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
RustboroCity_PokemonCenter_1F_EventScript_214D96:: @ 8214D96
msgbox RustboroCity_PokemonCenter_1F_Text_214E81, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
RustboroCity_PokemonCenter_1F_Text_214D9F: @ 8214D9F
.string "My POKéMON has a NAIVE nature, and my\n"
2018-12-07 16:41:08 +01:00
.string "friend's has a JOLLY nature.\p"
.string "It's fascinating how POKéMON have\n"
2017-11-10 02:21:31 +01:00
.string "personalities!$"
RustboroCity_PokemonCenter_1F_Text_214E13: @ 8214E13
.string "Just like people, there are male and\n"
.string "female POKéMON.\p"
.string "But no one seems to have any idea how\n"
2018-12-07 16:41:08 +01:00
.string "they're different.$"
2017-11-10 02:21:31 +01:00
RustboroCity_PokemonCenter_1F_Text_214E81: @ 8214E81
.string "The man next door gave me an HM!\p"
.string "I used it to teach my POKéMON how to\n"
.string "CUT down skinny trees.$"