diff options
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 |