diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-22 19:57:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 19:57:00 -0500 |
commit | 833f9026ff89c4bc7c9cf84b6c23d01e790e51e0 (patch) | |
tree | 595bc979ea25ffb98b9d1033f52662cab62acf4a /include/pokemon.h | |
parent | 566392f441a66da41fc827b6d2e8cbeaf1cf4825 (diff) | |
parent | 275344c3de95471b93a6a417e2178d93688887a9 (diff) |
Merge pull request #385 from drifloony/mystery_event_script
finish decompiling mystery_event_script
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 2c1a2018b..be6ccfe74 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -481,7 +481,9 @@ struct EvolutionData struct Evolution evolutions[5]; }; +extern u8 gPlayerPartyCount; extern struct Pokemon gPlayerParty[PARTY_SIZE]; +extern u8 gEnemyPartyCount; extern struct Pokemon gEnemyParty[PARTY_SIZE]; extern const u8 *const gItemEffectTable[]; extern const struct BaseStats gBaseStats[]; |