summaryrefslogtreecommitdiff
path: root/constants/map_constants.asm
blob: 1a28b53889b2abb6121bc0da1326732dace46cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
const_value = 0

	const PALLET_TOWN        ; $0
	const VIRIDIAN_CITY      ; $1
	const VIRIDIAN_FOREST    ; $2
	const PEWTER_CITY        ; $3
	const MT_MOON            ; $4
	const CERULEAN_CITY      ; $5
	const VERMILION_SEASIDE  ; $6
	const VERMILION_STREETS  ; $7
	const ROCK_MOUNTAIN      ; $8
	const LAVENDER_TOWN      ; $9
	const CELADON_CITY       ; $a
	const CYCLING_ROAD       ; $b
	const FUCHSIA_CITY       ; $c
	const SAFARI_ZONE        ; $d
	const SAFFRON_CITY       ; $e
	const SEAFOAM_ISLANDS    ; $f
	const CINNABAR_ISLAND    ; $10
	const INDIGO_PLATEAU     ; $11