diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-15 00:14:46 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-15 00:14:46 -0500 |
commit | 2da0c3436eede0ac9e2d407bbc9fde2377926a04 (patch) | |
tree | d2e1e43a7bc1e6575fc7287975156593f71b88d7 | |
parent | 7dc52f6a5eb696439bbf21f7600ae40e53fd4c97 (diff) |
Make filler in PokemonSubstruct0 explicit
-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 497e8070b..addf580e9 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -11,6 +11,7 @@ struct PokemonSubstruct0 u32 experience; u8 ppBonuses; u8 friendship; + u16 filler; }; struct PokemonSubstruct1 |