remove unnecessary entry

This commit is contained in:
cawtds 2024-10-31 18:53:42 +01:00
parent be6aa8f12f
commit 20de598e8a

View File

@ -405,9 +405,6 @@ static const void* const sSeasonBattleBackgrounds[BATTLE_TERRAIN_COUNT][SEASON_W
[SEASON_SUMMER] = &gBattleTerrainPalette_GrassSummer,
[SEASON_AUTUMN] = &gBattleTerrainPalette_GrassAutumn,
[SEASON_WINTER] = &gBattleTerrainPalette_GrassWinter,
},
{
[SEASON_SPRING] = NULL,
}
};