diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 18:26:39 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 18:26:39 +0200 |
commit | 92892d140a2ed704a1cfa2748ea015c9007da14c (patch) | |
tree | 0734aabc301d63cb7f4d0a5a60959fb1bdca5171 /include/pokemon.h | |
parent | 7ba62bcac8a429952067538b9bd1b6f4eeb32deb (diff) |
begin load_save.c
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 299a25391..a9d6c6888 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -261,6 +261,14 @@ struct Pokemon extern struct Pokemon gPlayerParty[6]; extern struct Pokemon gEnemyParty[6]; +struct PokemonStorage +{ + /*0x0000*/ u8 currentBox; + /*0x0001*/ struct BoxPokemon boxes[14][30]; + /*0x8344*/ u8 boxNames[14][9]; + /*0x83C2*/ u8 boxWallpapers[14]; +}; + struct BaseStats { /* 0x00 */ u8 baseHP; |