diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-03-05 20:24:23 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-05 20:24:23 -0800 |
commit | f8580d043fc24f5dec47b262795ad0b763b91cb6 (patch) | |
tree | ad008a2ad81fa26e2eacd724c416191d87c3247f /constants | |
parent | d5fb679f078058e41ba13b76c5b0268762a952bb (diff) |
Added map constants.
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/map_constants.asm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm new file mode 100755 index 0000000..2572e86 --- /dev/null +++ b/constants/map_constants.asm @@ -0,0 +1,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 |