Fix potential compile error caused by sTeraIndicatorDataPtrs (#6599)

This commit is contained in:
Alex 2025-04-13 19:06:44 +02:00 committed by GitHub
parent 353e4ae619
commit f3c76e866b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ static const u16 sMiscIndicatorPal[] = INCBIN_U16("graphics/battle_interface/mis
static const u16 sMegaIndicatorPal[] = INCBIN_U16("graphics/battle_interface/mega_indicator.gbapal");
static const u16 sTeraIndicatorPal[] = INCBIN_U16("graphics/battle_interface/tera_indicator.gbapal");
static const u8 *sTeraIndicatorDataPtrs[] =
static const u8 *const sTeraIndicatorDataPtrs[] =
{
sNormalIndicatorGfx,
sNormalIndicatorGfx,