diff options
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/maps.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/maps.h b/include/constants/maps.h index 737edd7de..fb1cb82a8 100644 --- a/include/constants/maps.h +++ b/include/constants/maps.h @@ -56,6 +56,9 @@ #define MAP_UNDERWATER2 (51 | (0 << 8)) #define MAP_UNDERWATER3 (52 | (0 << 8)) #define MAP_UNDERWATER4 (53 | (0 << 8)) +#define MAP_UNDERWATER5 (54 | (0 << 8)) +#define MAP_UNDERWATER6 (55 | (0 << 8)) +#define MAP_UNDERWATER7 (56 | (0 << 8)) // Map Group 1 #define MAP_LITTLEROOT_TOWN_BRENDANS_HOUSE_1F (0 | (1 << 8)) |