summaryrefslogtreecommitdiff
path: root/data/scripts/maps/EverGrandeCity.inc
blob: 9a1bd9fa77b7268d2aa91729ecd11d7ead1c6527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
EverGrandeCity_MapScripts:: @ 814D4D5
	map_script 3, EverGrandeCity_MapScript1_14D4DB
	.byte 0

EverGrandeCity_MapScript1_14D4DB:: @ 814D4DB
	checkflag FLAG_SYS_WEATHER_CTRL
	call_if 1, EverGrandeCity_EventScript_1A02C1
	end

EverGrandeCity_EventScript_14D4E5:: @ 814D4E5
	msgbox EverGrandeCity_Text_16A74D, 3
	end

EverGrandeCity_EventScript_14D4EE:: @ 814D4EE
	msgbox EverGrandeCity_Text_16A787, 3
	end

EverGrandeCity_EventScript_14D4F7:: @ 814D4F7
	msgbox EverGrandeCity_Text_16A763, 3
	end

EverGrandeCity_EventScript_14D500:: @ 814D500
	setflag FLAG_VISITED_EVER_GRANDE_CITY
	setvar VAR_TEMP_1, 1
	end