diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-16 12:20:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 12:20:58 -0500 |
commit | 1d2c452a6a81661ded1c73f32cb861d2a11978be (patch) | |
tree | 6353fcce9f9b95fd5c7d8b4900ea26fc04c71052 /include/constants/map_groups.h | |
parent | 9addd6a6b6703f5d0810ce191a43869927cb9974 (diff) | |
parent | 2c92f89adc58f7e6d4538645895818b27e1f2583 (diff) |
Merge pull request #249 from GriffinRichards/doc-tilesets
Label tilesets and remaining layouts
Diffstat (limited to 'include/constants/map_groups.h')
-rw-r--r-- | include/constants/map_groups.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h index fe7178dcf..27e74b337 100644 --- a/include/constants/map_groups.h +++ b/include/constants/map_groups.h @@ -207,7 +207,7 @@ #define MAP_CINNABAR_ISLAND (8 | (3 << 8)) #define MAP_INDIGO_PLATEAU_EXTERIOR (9 | (3 << 8)) #define MAP_SAFFRON_CITY (10 | (3 << 8)) -#define MAP_SAFFRON_CITY_CLASSIC (11 | (3 << 8)) +#define MAP_SAFFRON_CITY_CONNECTION (11 | (3 << 8)) #define MAP_ONE_ISLAND (12 | (3 << 8)) #define MAP_TWO_ISLAND (13 | (3 << 8)) #define MAP_THREE_ISLAND (14 | (3 << 8)) @@ -246,10 +246,10 @@ #define MAP_TWO_ISLAND_CAPE_BRINK (47 | (3 << 8)) #define MAP_THREE_ISLAND_BOND_BRIDGE (48 | (3 << 8)) #define MAP_THREE_ISLAND_PORT (49 | (3 << 8)) -#define MAP_UNKNOWN_MAP_03_50 (50 | (3 << 8)) -#define MAP_UNKNOWN_MAP_03_51 (51 | (3 << 8)) -#define MAP_UNKNOWN_MAP_03_52 (52 | (3 << 8)) -#define MAP_UNKNOWN_MAP_03_53 (53 | (3 << 8)) +#define MAP_PROTOTYPE_SEVII_ISLE_6 (50 | (3 << 8)) +#define MAP_PROTOTYPE_SEVII_ISLE_7 (51 | (3 << 8)) +#define MAP_PROTOTYPE_SEVII_ISLE_8 (52 | (3 << 8)) +#define MAP_PROTOTYPE_SEVII_ISLE_9 (53 | (3 << 8)) #define MAP_FIVE_ISLAND_RESORT_GORGEOUS (54 | (3 << 8)) #define MAP_FIVE_ISLAND_WATER_LABYRINTH (55 | (3 << 8)) #define MAP_FIVE_ISLAND_MEADOW (56 | (3 << 8)) |