diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-09 15:54:24 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-09 15:54:24 -0400 |
commit | d541002ab6de082d31a3fbc1c502367bb312edd6 (patch) | |
tree | 534f56cca701a81ea6490170d1a6c36e11c4552c /include | |
parent | 84a92279c9133dfba085af05a0f2b6cce461d765 (diff) |
Type adjust
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index d75ec94f3..94353bea2 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -123,12 +123,12 @@ struct Pokemon struct Unknown_806F160_Struct { - u8 field_0_0:4; - u8 field_0_1:4; - u8 field_1; - u8 magic; - u8 field_3_0:4; - u8 field_3_1:4; + u32 field_0_0:4; + u32 field_0_1:4; + u32 field_1:8; + u32 magic:8; + u32 field_3_0:4; + u32 field_3_1:4; void *bytes; u8 **byteArrays; struct SpriteTemplate *templates; |