diff options
Diffstat (limited to 'include/region_map.h')
-rw-r--r-- | include/region_map.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/region_map.h b/include/region_map.h index bc5f789bd..dd4fe491b 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -24,6 +24,20 @@ enum { MAPSECTYPE_CITY_CANTFLY, }; +enum { + MAPPERM_0, + MAPPERM_1, + MAPPERM_2, + MAPPERM_3 +}; + +enum { + REGIONMAP_KANTO, + REGIONMAP_SEVII123, + REGIONMAP_SEVII45, + REGIONMAP_SEVII67 +}; + // Exported RAM declarations // Exported ROM declarations |