summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2016-11-04 21:21:42 -0500
committerYamaArashi <YamaArashi@users.noreply.github.com>2016-11-04 19:21:42 -0700
commit4d4f1b51384d57db93cd3344b2964106f8620f4f (patch)
treefe11e744a9c4f3c9805994469a70b87740680354 /include/pokemon.h
parentc9816e5ace6cac28e7747c1bc46160876e02879b (diff)
Big shroomish barboach (#87)
* start decompiling * decompile more functions * clean up and rename big_shroomish_barboach.c to pokemon_size_record.c * remove save file * remove extraneous line from Makefile
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 43ff1b500..219447f8f 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -337,6 +337,9 @@ struct PokemonStorage
struct BoxPokemon boxes[14][30];
};
+extern struct Pokemon gPlayerParty[6];
+extern struct Pokemon gEnemyParty[6];
+
void ZeroBoxMonData(struct BoxPokemon *boxMon);
void ZeroMonData(struct Pokemon *mon);
void ZeroPlayerPartyMons(void);