diff options
author | scnorton <scnorton@biociphers.org> | 2017-05-31 10:55:51 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-31 10:55:51 -0400 |
commit | 508d11da9b1503a8b40f0f34a2c2242d1ef73c7d (patch) | |
tree | 995790f6b973aaff29a6882cc53702093bd09b29 /include/pokenav.h | |
parent | 18e060cd532fbe5678d08dd1a1386ae0763f6fc1 (diff) |
Continue decompilation of use_pokeblock.s
Diffstat (limited to 'include/pokenav.h')
-rw-r--r-- | include/pokenav.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index df7d73b75..2a8060191 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -11,9 +11,13 @@ struct UnkPokenavStruct_Sub { }; struct UnkPokenavStruct_Sub1 { - /*0x0*/ u32 unk0; - /*0x1*/ u32 unk4; - /*0x2*/ u32 unk8; + /*0x00*/ void (*unk0)(void); + /*0x04*/ void *unk4; + /*0x08*/ void *unk8; + /*0x0C*/ u8 fillerC[0x44]; + /*0x50*/ u8 unk50; + /*0x51*/ u8 unk51[5]; + /*0x56*/ u8 unk56; }; struct UnkPokenavStruct { @@ -27,5 +31,6 @@ struct UnkPokenavStruct { extern struct UnkPokenavStruct *gUnknown_083DFEC4; +void sub_80F5CDC(u8); #endif //POKERUBY_POKENAV_H |