From 1b84bd395d4abff523dd800906083a47f492e866 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 12 Feb 2021 17:18:14 -0500 Subject: Fix warning about gMonPaletteTable section --- include/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/data.h') diff --git a/include/data.h b/include/data.h index 1a91d6f62..19da0034f 100644 --- a/include/data.h +++ b/include/data.h @@ -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[]; -- cgit v1.2.3