diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-10 13:59:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 13:59:31 -0400 |
commit | b54bd2e387feb7ece4f34f50f17519e329419716 (patch) | |
tree | ce35b9b5ae3e5b91de7ebf5ab81861cdc2baf28a /include/constants/map_groups.h | |
parent | 37634072b1400180b1243d2d99c47b109ab56ae3 (diff) | |
parent | 9b6469a7a3876334e0235202c417c7f1735f18ee (diff) |
Merge pull request #414 from SatoMew/record-corner
Fix Record Corner labels
Diffstat (limited to 'include/constants/map_groups.h')
-rw-r--r-- | include/constants/map_groups.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h index b087b2c33..a219613aa 100644 --- a/include/constants/map_groups.h +++ b/include/constants/map_groups.h @@ -8,7 +8,7 @@ // Map Group 0 #define MAP_BATTLE_COLOSSEUM_2P (0 | (0 << 8)) #define MAP_TRADE_CENTER (1 | (0 << 8)) -#define MAP_RECORD_CENTER (2 | (0 << 8)) +#define MAP_RECORD_CORNER (2 | (0 << 8)) #define MAP_BATTLE_COLOSSEUM_4P (3 | (0 << 8)) #define MAP_UNION_ROOM (4 | (0 << 8)) |