Document remainder of poke centers
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "LilycoveCity_PokemonCenter_1F_EventScript_21C5E8",
|
||||
"script": "LilycoveCity_PokemonCenter_1F_EventScript_Nurse",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "LilycoveCity_PokemonCenter_1F_EventScript_21C5F6",
|
||||
"script": "LilycoveCity_PokemonCenter_1F_EventScript_Boy",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -50,7 +50,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "LilycoveCity_PokemonCenter_1F_EventScript_21C5FF",
|
||||
"script": "LilycoveCity_PokemonCenter_1F_EventScript_Maniac",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -77,7 +77,7 @@
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "LilycoveCity_PokemonCenter_1F_EventScript_ContestLadyMon",
|
||||
"flag": "FLAG_HIDE_LILYCOVE_POKEMON_CENTER_LADY"
|
||||
"flag": "FLAG_HIDE_LILYCOVE_POKEMON_CENTER_CONTEST_LADY_MON"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
|
||||
@@ -5,26 +5,28 @@ LilycoveCity_PokemonCenter_1F_MapScripts:: @ 821C5B2
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_OnTransition: @ 821C5BD
|
||||
setrespawn HEAL_LOCATION_LILYCOVE_CITY
|
||||
goto LilycoveCity_PokemonCenter_1F_EventScript_21C5C6
|
||||
goto LilycoveCity_PokemonCenter_1F_EventScript_SetLilycoveLadyGfx
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_21C5C6:: @ 821C5C6
|
||||
@ SetLilycoveLadyGfx returns TRUE if its the Contest Lady
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_SetLilycoveLadyGfx:: @ 821C5C6
|
||||
special SetLilycoveLadyGfx
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_21C5E0
|
||||
compare VAR_RESULT, 1
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_21C5E4
|
||||
compare VAR_RESULT, FALSE
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_HideContestLadyMon
|
||||
compare VAR_RESULT, TRUE
|
||||
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_ShowContestLadyMon
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_21C5E0:: @ 821C5E0
|
||||
setflag FLAG_HIDE_LILYCOVE_POKEMON_CENTER_LADY
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_HideContestLadyMon:: @ 821C5E0
|
||||
setflag FLAG_HIDE_LILYCOVE_POKEMON_CENTER_CONTEST_LADY_MON
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_21C5E4:: @ 821C5E4
|
||||
clearflag FLAG_HIDE_LILYCOVE_POKEMON_CENTER_LADY
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_ShowContestLadyMon:: @ 821C5E4
|
||||
clearflag FLAG_HIDE_LILYCOVE_POKEMON_CENTER_CONTEST_LADY_MON
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_21C5E8:: @ 821C5E8
|
||||
@ VAR_0x800B is the Nurse's object event id
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_Nurse:: @ 821C5E8
|
||||
setvar VAR_0x800B, 1
|
||||
call Common_EventScript_PkmnCenterNurse
|
||||
waitmessage
|
||||
@@ -32,35 +34,35 @@ LilycoveCity_PokemonCenter_1F_EventScript_21C5E8:: @ 821C5E8
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_21C5F6:: @ 821C5F6
|
||||
msgbox LilycoveCity_PokemonCenter_1F_Text_21C61E, MSGBOX_NPC
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_Boy:: @ 821C5F6
|
||||
msgbox LilycoveCity_PokemonCenter_1F_Text_HowManyKindsOfPokemon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_21C5FF:: @ 821C5FF
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_Maniac:: @ 821C5FF
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_BADGE07_GET, LilycoveCity_PokemonCenter_1F_EventScript_21C614
|
||||
msgbox LilycoveCity_PokemonCenter_1F_Text_21C69D, MSGBOX_DEFAULT
|
||||
goto_if_set FLAG_BADGE07_GET, LilycoveCity_PokemonCenter_1F_EventScript_ManiacBadTeamGone
|
||||
msgbox LilycoveCity_PokemonCenter_1F_Text_HeardAboutRottenScoundrels, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_21C614:: @ 821C614
|
||||
msgbox LilycoveCity_PokemonCenter_1F_Text_21C6F6, MSGBOX_DEFAULT
|
||||
LilycoveCity_PokemonCenter_1F_EventScript_ManiacBadTeamGone:: @ 821C614
|
||||
msgbox LilycoveCity_PokemonCenter_1F_Text_HaventSeenRottenScoundrels, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_Text_21C61E: @ 821C61E
|
||||
LilycoveCity_PokemonCenter_1F_Text_HowManyKindsOfPokemon: @ 821C61E
|
||||
.string "I wonder how many kinds of POKéMON\n"
|
||||
.string "there are in the world.\p"
|
||||
.string "It'd be great to cross seas and\n"
|
||||
.string "trade POKéMON with people far away.$"
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_Text_21C69D: @ 821C69D
|
||||
LilycoveCity_PokemonCenter_1F_Text_HeardAboutRottenScoundrels: @ 821C69D
|
||||
.string "I've been hearing about some rotten\n"
|
||||
.string "scoundrels who steal POKéMON and rip\l"
|
||||
.string "off METEORITES.$"
|
||||
|
||||
LilycoveCity_PokemonCenter_1F_Text_21C6F6: @ 821C6F6
|
||||
LilycoveCity_PokemonCenter_1F_Text_HaventSeenRottenScoundrels: @ 821C6F6
|
||||
.string "Those rotten scoundrels who steal\n"
|
||||
.string "POKéMON and rip off METEORITES…\p"
|
||||
.string "I haven't seen them around recently.$"
|
||||
|
||||
Reference in New Issue
Block a user