diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2016-12-04 22:13:56 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2016-12-04 22:13:56 -0500 |
commit | 79ae43e434f9472f24ce4bb59d3448485511ced5 (patch) | |
tree | a975dd6b98680209610992c4ff4b30f5151b6924 /constants/map_constants.asm | |
parent | d4166fdc19bb3ecf27936e2ddbb329db4313f834 (diff) |
more resolution of hardcoded labels
Diffstat (limited to 'constants/map_constants.asm')
-rwxr-xr-x | constants/map_constants.asm | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 2572e86..1a28b53 100755 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -1,20 +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 + 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 |