2022-05-19 19:14:13 +02:00
|
|
|
EverGrandeCity_MapScripts::
|
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, EverGrandeCity_OnTransition
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
EverGrandeCity_OnTransition:
|
|
|
|
call_if_set FLAG_SYS_WEATHER_CTRL, Common_EventScript_SetAbnormalWeather
|
|
|
|
end
|
|
|
|
|
|
|
|
EverGrandeCity_EventScript_VictoryRoadSign::
|
|
|
|
msgbox EverGrandeCity_Text_EnteringVictoryRoad, MSGBOX_SIGN
|
|
|
|
end
|
|
|
|
|
|
|
|
EverGrandeCity_EventScript_CitySign::
|
|
|
|
msgbox EverGrandeCity_Text_CitySign, MSGBOX_SIGN
|
|
|
|
end
|
|
|
|
|
|
|
|
EverGrandeCity_EventScript_PokemonLeagueSign::
|
|
|
|
msgbox EverGrandeCity_Text_EnteringPokemonLeague, MSGBOX_SIGN
|
|
|
|
end
|
|
|
|
|
|
|
|
EverGrandeCity_EventScript_SetVisitedEverGrande::
|
|
|
|
setflag FLAG_VISITED_EVER_GRANDE_CITY
|
|
|
|
setvar VAR_TEMP_1, 1
|
|
|
|
end
|
|
|
|
|
|
|
|
EverGrandeCity_Text_EnteringVictoryRoad:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Entering Victory Road$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|
|
|
|
EverGrandeCity_Text_EnteringPokemonLeague:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Entering Pokémon League\n"
|
|
|
|
.string "Center Gate$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|
|
|
|
EverGrandeCity_Text_CitySign:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Ever Grande City\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "“The paradise of flowers, the sea,\n"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "and Pokémon.”$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|