diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-06 10:49:52 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-06 10:49:52 -0500 |
commit | e4a84faabf3f4e2f005e55a88babce7e8ae49c58 (patch) | |
tree | 5ba51555a660ba2ba37a777049a647cae1c5ba68 /include/pokemon.h | |
parent | 818dfa314e1658ab797af686fedd464c9fda6557 (diff) |
through unref_sub_8095C60
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index a1c30f1f3..89599d994 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -418,10 +418,10 @@ struct BattleMove struct PokemonStorage { - /*0x00*/ u8 currentBox; - /*0x01*/ struct BoxPokemon boxes[14][30]; - u8 boxNames[14][9]; - u8 unkArray[14]; + /*0x0000*/ u8 currentBox; + /*0x0004*/ struct BoxPokemon boxes[14][30]; + /*0x8344*/ u8 boxNames[14][9]; + /*0x83c2*/ u8 unkArray[14]; }; struct SpindaSpot |