diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-04-06 06:26:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 06:26:27 -0400 |
commit | 6ecd9dd943a22f7f090f3b272dbc8a6e04039199 (patch) | |
tree | a96f8cc5e480114dadd1362372da0606c26bc928 /include/constants/map_types.h | |
parent | 35a578c62050893d5f347f637acbdcbbfb99f311 (diff) | |
parent | 93d17ef7c886b96791931ba50406b59756e1bdbd (diff) |
Merge pull request #318 from GriffinRichards/doc-rm
Document region map
Diffstat (limited to 'include/constants/map_types.h')
-rw-r--r-- | include/constants/map_types.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/constants/map_types.h b/include/constants/map_types.h index d32a4e2a4..48566e9ee 100644 --- a/include/constants/map_types.h +++ b/include/constants/map_types.h @@ -3,14 +3,14 @@ #define MAP_TYPE_NONE 0 #define MAP_TYPE_TOWN 1 -#define MAP_TYPE_CITY 2 // Unused. RSE use this map type to distinguish Town and City. FRLG make no distinction +#define MAP_TYPE_CITY 2 // Not used by any map. RSE use this map type to distinguish Town and City. FRLG make no distinction #define MAP_TYPE_ROUTE 3 #define MAP_TYPE_UNDERGROUND 4 -#define MAP_TYPE_UNDERWATER 5 // Unused -#define MAP_TYPE_OCEAN_ROUTE 6 // Unused -#define MAP_TYPE_UNKNOWN 7 // Unused +#define MAP_TYPE_UNDERWATER 5 // Not used by any map. +#define MAP_TYPE_OCEAN_ROUTE 6 // Not used by any map. +#define MAP_TYPE_UNKNOWN 7 // Not used by any map. #define MAP_TYPE_INDOOR 8 -#define MAP_TYPE_SECRET_BASE 9 // Unused +#define MAP_TYPE_SECRET_BASE 9 // Not used by any map. #define MAP_BATTLE_SCENE_NORMAL 0 #define MAP_BATTLE_SCENE_GYM 1 |