summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/constants.s1
-rw-r--r--constants/region_map_sections.s52
2 files changed, 53 insertions, 0 deletions
diff --git a/constants/constants.s b/constants/constants.s
index 6bcbc3261..1cd3923f2 100644
--- a/constants/constants.s
+++ b/constants/constants.s
@@ -20,3 +20,4 @@
.include "constants/variables.s"
.include "constants/songs.s"
.include "constants/version.s"
+ .include "constants/region_map_sections.s"
diff --git a/constants/region_map_sections.s b/constants/region_map_sections.s
new file mode 100644
index 000000000..25f1b6ee1
--- /dev/null
+++ b/constants/region_map_sections.s
@@ -0,0 +1,52 @@
+ .equiv MAPSEC_LittlerootTown, 0x00
+ .equiv MAPSEC_OldaleTown, 0x01
+ .equiv MAPSEC_DewfordTown, 0x02
+ .equiv MAPSEC_LavaridgeTown, 0x03
+ .equiv MAPSEC_FallarborTown, 0x04
+ .equiv MAPSEC_VerdanturfTown, 0x05
+ .equiv MAPSEC_PacifidlogTown, 0x06
+ .equiv MAPSEC_PetalburgCity, 0x07
+ .equiv MAPSEC_SlateportCity, 0x08
+ .equiv MAPSEC_MauvilleCity, 0x09
+ .equiv MAPSEC_RustboroCity, 0x0A
+ .equiv MAPSEC_FortreeCity, 0x0B
+ .equiv MAPSEC_LilycoveCity, 0x0C
+ .equiv MAPSEC_MossdeepCity, 0x0D
+ .equiv MAPSEC_SootopolisCity, 0x0E
+ .equiv MAPSEC_EverGrandeCity, 0x0F
+ .equiv MAPSEC_Route101, 0x10
+ .equiv MAPSEC_Route102, 0x11
+ .equiv MAPSEC_Route103, 0x12
+ .equiv MAPSEC_Route104, 0x13
+ .equiv MAPSEC_Route105, 0x14
+ .equiv MAPSEC_Route106, 0x15
+ .equiv MAPSEC_Route107, 0x16
+ .equiv MAPSEC_Route108, 0x17
+ .equiv MAPSEC_Route109, 0x18
+ .equiv MAPSEC_Route110, 0x19
+ .equiv MAPSEC_Route111, 0x1A
+ .equiv MAPSEC_Route112, 0x1B
+ .equiv MAPSEC_Route113, 0x1C
+ .equiv MAPSEC_Route114, 0x1D
+ .equiv MAPSEC_Route115, 0x1E
+ .equiv MAPSEC_Route116, 0x1F
+ .equiv MAPSEC_Route117, 0x20
+ .equiv MAPSEC_Route118, 0x21
+ .equiv MAPSEC_Route119, 0x22
+ .equiv MAPSEC_Route120, 0x23
+ .equiv MAPSEC_Route121, 0x24
+ .equiv MAPSEC_Route122, 0x25
+ .equiv MAPSEC_Route123, 0x26
+ .equiv MAPSEC_Route124, 0x27
+ .equiv MAPSEC_Route125, 0x28
+ .equiv MAPSEC_Route126, 0x29
+ .equiv MAPSEC_Route127, 0x2A
+ .equiv MAPSEC_Route128, 0x2B
+ .equiv MAPSEC_Route129, 0x2C
+ .equiv MAPSEC_Route130, 0x2D
+ .equiv MAPSEC_Route131, 0x2E
+ .equiv MAPSEC_Route132, 0x2F
+ .equiv MAPSEC_Route133, 0x30
+ .equiv MAPSEC_Route134, 0x31
+ .equiv MAPSEC_MtChimney, 0x38
+ .equiv MAPSEC_Nothing, 0x58