diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:18:34 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:18:34 -0500 |
commit | bcf07cb83718813d1ca44475aa4a34ee1d52c39e (patch) | |
tree | 9cc54fcef0933030d15f94aa2297895670f28402 /include/pokemon.h | |
parent | bc4d3b892a1685c0cb9cd368ba586031657c8710 (diff) | |
parent | 74fa8075ee4018ba9b7e610212cf7c7777c4edb4 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into script_pokemon_util
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); |