diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 2983d58bd..273e7d26e 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -359,7 +359,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 @@ -502,7 +503,7 @@ u8 sub_8040574(struct Pokemon *party); void ClearBattleMonForms(void); void sub_80408BC(); void current_map_music_set__default_for_battle(u16); -void *species_and_otid_get_pal(u16, u32, u32); +const u16 *species_and_otid_get_pal(u16, u32, u32); const struct SpritePalette *sub_80409C8(u16, u32, u32); bool8 IsOtherTrainer(u32, u8 *); void sub_8040B8C(void); |