shithub: pokecrystal

ref: 1038ebca5e2638ecbce1052c1dad7474372a7fd5
dir: /data/palettes/town_map.asm/

View raw version
	const_def
	const PAL_TOWNMAP_BORDER  ; 0
	const PAL_TOWNMAP_EARTH   ; 1
	const PAL_TOWNMAP_MTN     ; 2
	const PAL_TOWNMAP_CITY    ; 3
	const PAL_TOWNMAP_POI     ; 4
	const PAL_TOWNMAP_POI_MTN ; 5

townmappals: macro
rept _NARG / 2
	dn PAL_TOWNMAP_\2, PAL_TOWNMAP_\1
	shift
	shift
endr
endm

; gfx/pokegear/town_map.png
	townmappals EARTH,   EARTH,   EARTH,   MTN,     MTN,     MTN
	townmappals BORDER,  BORDER,  EARTH,   EARTH,   CITY,    EARTH
	townmappals POI,     POI_MTN, POI,     POI_MTN, EARTH,   EARTH
	townmappals EARTH,   MTN,     MTN,     MTN,     BORDER,  BORDER
	townmappals EARTH,   EARTH,   BORDER,  EARTH,   EARTH,   BORDER
	townmappals BORDER,  BORDER,  EARTH,   EARTH,   EARTH,   MTN
	townmappals MTN,     MTN,     BORDER,  BORDER,  BORDER,  BORDER
	townmappals BORDER,  BORDER,  BORDER,  BORDER,  BORDER,  BORDER
; gfx/pokegear/pokegear.png
	townmappals BORDER,  BORDER,  BORDER,  BORDER,  POI,     POI
	townmappals POI,     BORDER,  BORDER,  BORDER,  BORDER,  BORDER
	townmappals BORDER,  BORDER,  BORDER,  BORDER,  CITY,    CITY
	townmappals CITY,    CITY,    CITY,    CITY,    CITY,    CITY
	townmappals CITY,    CITY,    CITY,    CITY,    CITY,    CITY
	townmappals CITY,    BORDER,  CITY,    CITY,    CITY,    CITY
	townmappals CITY,    CITY,    CITY,    CITY,    BORDER,  BORDER
	townmappals BORDER,  BORDER,  BORDER,  BORDER,  BORDER,  BORDER