Fix warning about gMonPaletteTable section

This commit is contained in:
GriffinR
2021-02-12 17:18:14 -05:00
parent a34c9d09b6
commit 1b84bd395d
3 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
// A dirty hack because field_effect.c requires this not be const
__attribute__((section(".rodata"))) struct CompressedSpritePalette gMonPaletteTable[] =
const struct CompressedSpritePalette gMonPaletteTable[] =
{
SPECIES_PAL(NONE, gMonPalette_CircledQuestionMark),
SPECIES_PAL(BULBASAUR, gMonPalette_Bulbasaur),