diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-26 16:58:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 16:58:19 -0600 |
commit | 382ff4545241f90c28ba391162f6901f6bb043ed (patch) | |
tree | 9f96bc4c90e0f9c59bd126c4c1bb798ed1387d15 /include/pokemon.h | |
parent | c233dbb220b9836ef4735d0261445040e028877e (diff) | |
parent | c9b3f3e3cb0c68a7baae53a34e080376e6d8f666 (diff) |
Merge pull request #396 from DizzyEggg/attempt
Match some functions
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 3bf728244..5d7f7f2ae 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -446,7 +446,6 @@ 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[]; extern const s8 gNatureStatTable[][5]; void ZeroBoxMonData(struct BoxPokemon *boxMon); |