diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-12 14:18:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 14:18:22 -0500 |
commit | 74fa8075ee4018ba9b7e610212cf7c7777c4edb4 (patch) | |
tree | ff905ff37f845cdb34f1632d8fa0d1235c062b7f /include/pokemon.h | |
parent | 519558ddd32c04da00b88b4343d32ac04a8a73d1 (diff) | |
parent | e300f2ece0bd3c5c0967ac635a48ccd8ef13cf50 (diff) |
Merge pull request #210 from jiangzhengwenjz/party_menu
script_pokemon_util_80BF8FC
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 7bc1239f1..999879880 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -513,6 +513,7 @@ extern const u16 *const gLevelUpLearnsets[]; extern const u8 gFacilityClassToPicIndex[]; extern const u8 gFacilityClassToTrainerClass[]; extern const struct SpriteTemplate gUnknown_825DEF0[]; +extern const u8 gPPUpGetMask[]; void ZeroBoxMonData(struct BoxPokemon *boxMon); void ZeroMonData(struct Pokemon *mon); |