diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-05-10 18:45:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-10 18:45:35 -0500 |
commit | 7c551ef37376c3cc6193ec556d43d1c2d312e2d3 (patch) | |
tree | 2650fcf5b16620bb315581e9cf790f2cf716956b /include/pokemon.h | |
parent | 7defc27b994069715e5749245700d20dd740e4f0 (diff) | |
parent | 2b6d2dfadd00d88c5193c63da4da46e73f791549 (diff) |
Merge pull request #250 from Diegoisawesome/master
Port/decompile field_effect
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |