Fix Record Corner labels
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#define LAYOUT_RS_SAFARI_ZONE_ENTRANCE 46
|
||||
#define LAYOUT_BATTLE_COLOSSEUM_2P 47
|
||||
#define LAYOUT_TRADE_CENTER 48
|
||||
#define LAYOUT_RECORD_CENTER 49
|
||||
#define LAYOUT_RECORD_CORNER 49
|
||||
#define LAYOUT_BATTLE_COLOSSEUM_4P 50
|
||||
#define LAYOUT_FUCHSIA_CITY_SAFARI_ZONE_ENTRANCE 51
|
||||
#define LAYOUT_RS_SAFARI_ZONE_NORTHEAST 52
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
@@ -1270,10 +1270,10 @@ extern const u8 BattleColosseum_4P_EventScript_PlayerSpot0[];
|
||||
extern const u8 BattleColosseum_4P_EventScript_PlayerSpot1[];
|
||||
extern const u8 BattleColosseum_4P_EventScript_PlayerSpot2[];
|
||||
extern const u8 BattleColosseum_4P_EventScript_PlayerSpot3[];
|
||||
extern const u8 RecordCenter_EventScript_Spot0[];
|
||||
extern const u8 RecordCenter_EventScript_Spot1[];
|
||||
extern const u8 RecordCenter_EventScript_Spot2[];
|
||||
extern const u8 RecordCenter_EventScript_Spot3[];
|
||||
extern const u8 RecordCorner_EventScript_Spot0[];
|
||||
extern const u8 RecordCorner_EventScript_Spot1[];
|
||||
extern const u8 RecordCorner_EventScript_Spot2[];
|
||||
extern const u8 RecordCorner_EventScript_Spot3[];
|
||||
extern const u8 BattleColosseum_2P_EventScript_PlayerSpot0[];
|
||||
extern const u8 BattleColosseum_2P_EventScript_PlayerSpot1[];
|
||||
extern const u8 TradeCenter_EventScript_Chair0[];
|
||||
|
||||
Reference in New Issue
Block a user