summaryrefslogtreecommitdiff
path: root/constants/map_data_constants.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-06-05 22:55:55 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-06-05 22:55:55 -0400
commit779eb6750d08504c9667eb10cd7c68f0e2e8498d (patch)
tree2736ac858597395ddfb7d66c66e650aeef6405de /constants/map_data_constants.asm
parent30f2d056f933fa8dda5ba751ea6645d1d634142a (diff)
parentd4a65343dada6f15a56818fdf6ddb000fb381a55 (diff)
Merge branch 'master' into rtc_fade
Diffstat (limited to 'constants/map_data_constants.asm')
-rw-r--r--constants/map_data_constants.asm9
1 files changed, 9 insertions, 0 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm
new file mode 100644
index 0000000..075a7f1
--- /dev/null
+++ b/constants/map_data_constants.asm
@@ -0,0 +1,9 @@
+; map environments (wEnvironment)
+ const_def 1
+ const TOWN
+ const ROUTE
+ const INDOOR
+ const CAVE
+ const ENVIRONMENT_5
+ const GATE
+ const DUNGEON