diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-05 18:06:48 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-06 08:16:13 -0500 |
commit | 60b2c569d85b6afdd7dc6e25059132c3f45c2a78 (patch) | |
tree | ad897f56337bd7931c10159173be76bd092f9264 /include | |
parent | 0ab30dbcd559fd5c53fc52166a46eff60d2a0e86 (diff) |
through sub_80F63D0
Diffstat (limited to 'include')
-rw-r--r-- | include/pokenav.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index 21a5c997e..b96337c00 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -38,9 +38,9 @@ struct UnkPokenavStruct_Sub3 { struct UnkUsePokeblockSub { /*0x0*/ u8 unk0; /*0x1*/ u8 unk1; - /*0x2*/ u8 partyIdx:5; - /*0x2*/ u16 unk2:9; - /*0x3*/ u8 unk4:1; + /*0x2*/ u16 partyIdx:5; + /*0x2*/ u16 unk2_5:9; + /*0x3*/ u16 unk3_14:1; }; struct UnkPokenav11 { |