diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2021-04-10 18:43:10 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2021-04-10 18:43:10 +0100 |
commit | 9b6469a7a3876334e0235202c417c7f1735f18ee (patch) | |
tree | ce35b9b5ae3e5b91de7ebf5ab81861cdc2baf28a /include/event_scripts.h | |
parent | 37634072b1400180b1243d2d99c47b109ab56ae3 (diff) |
Fix Record Corner labels
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 437b6dcee..3a25a5fc9 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -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[]; |