diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_constants.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/map_constants.inc b/constants/map_constants.inc index 6d92c5e65..91f5f029c 100644 --- a/constants/map_constants.inc +++ b/constants/map_constants.inc @@ -461,4 +461,9 @@ new_map_group map_group Route124_DivingTreasureHuntersHouse @ 33.0 + + .set MAP_None, 0x7F + .set GROUP_None, 0x7F + .set MAP_Undefined, 0xFF + .set GROUP_Undefined, 0xFF |