diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-15 00:28:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 00:28:26 -0500 |
commit | f19d1b25906f32e291d795a52c62933860a133e9 (patch) | |
tree | 9229e6f9ade60a3c01da264105a263f87852861b | |
parent | 8305342521a4a5c993683205af2a6556344b2bf1 (diff) | |
parent | 2da0c3436eede0ac9e2d407bbc9fde2377926a04 (diff) |
Merge pull request #1306 from GriffinRichards/pokefiller
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 |