Fix Record Corner labels

This commit is contained in:
SatoMew
2021-04-10 18:43:10 +01:00
parent 37634072b1
commit 9b6469a7a3
13 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -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))