Merge pull request #1306 from GriffinRichards/pokefiller

Make filler in PokemonSubstruct0 explicit
This commit is contained in:
GriffinR 2021-01-15 00:28:26 -05:00 committed by GitHub
commit f19d1b2590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ struct PokemonSubstruct0
u32 experience; u32 experience;
u8 ppBonuses; u8 ppBonuses;
u8 friendship; u8 friendship;
u16 filler;
}; };
struct PokemonSubstruct1 struct PokemonSubstruct1