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 -1
View File
@@ -27,7 +27,7 @@ extern const struct MonCoords gMonFrontPicCoords[];
extern const struct CompressedSpriteSheet gMonFrontPicTable[];
extern const struct MonCoords gMonBackPicCoords[];
extern const struct CompressedSpriteSheet gMonBackPicTable[];
extern struct CompressedSpritePalette gMonPaletteTable[];
extern const struct CompressedSpritePalette gMonPaletteTable[];
extern const struct CompressedSpritePalette gMonShinyPaletteTable[];
extern const union AnimCmd *const *const gTrainerFrontAnimsPtrTable[];
extern const struct MonCoords gTrainerFrontPicCoords[];