diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/constants.inc | 1 | ||||
-rw-r--r-- | constants/region_map_sections.inc | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/constants/constants.inc b/constants/constants.inc index c6505e0e5..5f6ae547d 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -8,7 +8,6 @@ .include "constants/map_constants.inc" .include "constants/berry_constants.inc" .include "constants/version.inc" - .include "constants/region_map_sections.inc" .include "constants/battle.inc" .include "constants/battle_text.inc" .include "constants/contest_move_effects.inc" diff --git a/constants/region_map_sections.inc b/constants/region_map_sections.inc deleted file mode 100644 index 25f1b6ee1..000000000 --- a/constants/region_map_sections.inc +++ /dev/null @@ -1,52 +0,0 @@ - .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 |