pokeemerald/data/maps/LilycoveCity_PokemonCenter_1F/scripts.inc

68 lines
2.1 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_MapScripts:: @ 821C5B2
map_script MAP_SCRIPT_ON_TRANSITION, LilycoveCity_PokemonCenter_1F_OnTransition
2019-02-22 08:28:32 +01:00
map_script MAP_SCRIPT_ON_RESUME, LilycoveCity_PokemonCenter_1F_MapScript1_277C30
2017-11-10 02:21:31 +01:00
.byte 0
LilycoveCity_PokemonCenter_1F_OnTransition: @ 821C5BD
setrespawn HEAL_LOCATION_LILYCOVE_CITY
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_21C5C6
end
LilycoveCity_PokemonCenter_1F_EventScript_21C5C6:: @ 821C5C6
special sub_818D9C0
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_21C5E0
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_21C5E4
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_21C5E0:: @ 821C5E0
setflag FLAG_HIDE_LILYCOVE_POKEMON_CENTER_LADY
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_21C5E4:: @ 821C5E4
clearflag FLAG_HIDE_LILYCOVE_POKEMON_CENTER_LADY
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_21C5E8:: @ 821C5E8
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
LilycoveCity_PokemonCenter_1F_EventScript_21C5F6:: @ 821C5F6
msgbox LilycoveCity_PokemonCenter_1F_Text_21C61E, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_21C5FF:: @ 821C5FF
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_BADGE07_GET, LilycoveCity_PokemonCenter_1F_EventScript_21C614
msgbox LilycoveCity_PokemonCenter_1F_Text_21C69D, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_21C614:: @ 821C614
msgbox LilycoveCity_PokemonCenter_1F_Text_21C6F6, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_Text_21C61E: @ 821C61E
.string "I wonder how many kinds of POKéMON\n"
.string "there are in the world.\p"
2018-12-07 16:41:08 +01:00
.string "It'd be great to cross seas and\n"
2017-11-10 02:21:31 +01:00
.string "trade POKéMON with people far away.$"
LilycoveCity_PokemonCenter_1F_Text_21C69D: @ 821C69D
2018-12-07 16:41:08 +01:00
.string "I've been hearing about some rotten\n"
2017-11-10 02:21:31 +01:00
.string "scoundrels who steal POKéMON and rip\l"
.string "off METEORITES.$"
LilycoveCity_PokemonCenter_1F_Text_21C6F6: @ 821C6F6
.string "Those rotten scoundrels who steal\n"
.string "POKéMON and rip off METEORITES…\p"
2018-12-07 16:41:08 +01:00
.string "I haven't seen them around recently.$"
2017-11-10 02:21:31 +01:00