From 80062972aecfa0994e9176031ef1cf7b17ae5046 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Thu, 10 May 2018 03:02:33 -0500 Subject: Begin porting field_effect --- include/pokemon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/pokemon.h') diff --git a/include/pokemon.h b/include/pokemon.h index cd79a217d..b6b0d6d36 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -482,6 +482,7 @@ extern const u8 gUnknown_08329D2A[]; extern const u8 gStatStageRatios[][2]; extern const u16 gUnknown_08329D54[]; extern const struct SpriteTemplate gUnknown_08329D98[]; +extern const struct CompressedSpritePalette gMonPaletteTable[]; void ZeroBoxMonData(struct BoxPokemon *boxMon); void ZeroMonData(struct Pokemon *mon); -- cgit v1.2.3