summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-15 00:14:46 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-01-15 00:14:46 -0500
commit2da0c3436eede0ac9e2d407bbc9fde2377926a04 (patch)
treed2e1e43a7bc1e6575fc7287975156593f71b88d7 /include
parent7dc52f6a5eb696439bbf21f7600ae40e53fd4c97 (diff)
Make filler in PokemonSubstruct0 explicit
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h1
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