about summary refs log tree commit diff stats
path: root/include/pokemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index bd311c4..072386f 100644 --- a/include/pokemon.h +++ b/include/pokemon.h
@@ -62,7 +62,8 @@ struct __attribute__((aligned(4))) PokemonIntermediate {
62 u8 pokeball; 62 u8 pokeball;
63 u8 language:3; 63 u8 language:3;
64 u8 altAbility:1; 64 u8 altAbility:1;
65 u8 filler:4; // waste of space but nothing to pack it with 65 u8 orre:1;
66 u8 filler:3; // waste of space but nothing to pack it with
66 67
67 // the following values are generated from the personality value. 68 // the following values are generated from the personality value.
68 u8 nature:6; 69 u8 nature:6;