summaryrefslogtreecommitdiff
path: root/constants/map_constants.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-03-14 18:23:07 -0700
committerGitHub <noreply@github.com>2017-03-14 18:23:07 -0700
commit5791b7b524fd1c17f7af4dd44472bec7d9941c3e (patch)
tree7bb6ab16b5c74e39882480d562be735360b307e8 /constants/map_constants.asm
parentb5de46b8902c37562eb05d02f7166e2d3c231224 (diff)
parent8bb81d151ab0647ea4e944f59c5d03967a48b8d9 (diff)
Merge pull request #8 from PikalaxALT/master
Hardcoded pointers
Diffstat (limited to 'constants/map_constants.asm')
-rwxr-xr-xconstants/map_constants.asm36
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