diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 15a028d6e..a9c780dbb 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -357,7 +357,8 @@ struct BaseStats /* 0x16 */ u8 ability1; /* 0x17 */ u8 ability2; /* 0x18 */ u8 safariZoneFleeRate; - /* 0x19 */ u8 bodyColor; + /* 0x19 */ u8 bodyColor:7; + u8 unk19_7:1; }; struct BattleMove |