diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-09 16:05:22 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-09 16:09:31 -0400 |
commit | 7f1827767c27c6b696a9cd1a8c15b2b31a125b78 (patch) | |
tree | 7e326cc3ea683c03827e7715fa7ef1836e87671d /include | |
parent | a32f631fe63c93e3a5dd26bc5332188f5f696060 (diff) |
Document size field of unknown struct
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 94353bea2..81c17f545 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -126,9 +126,9 @@ struct Unknown_806F160_Struct 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; + u16 magic:8; + u32 size:4; + u16 field_3_1:4; void *bytes; u8 **byteArrays; struct SpriteTemplate *templates; |