diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-28 17:53:44 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-28 17:53:44 -0400 |
commit | 7bb9c048b717dcc911383580603009665b479575 (patch) | |
tree | ec5a87a4f28530ce2bd4850e380dcf6601b869a2 /include | |
parent | 26a48d7e926d3c7841a28b2af8cbbd170923469e (diff) |
Matching sub_8136294
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 6fc492a29..ebe8ba59d 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -8,8 +8,8 @@ struct UnkPokenavStruct_Sub { struct UnkPokenavStruct_Sub1 { /*0x00*/ void (*unk0)(void); - /*0x04*/ void *unk4; - /*0x08*/ void *unk8; + /*0x04*/ MainCallback callback; + /*0x08*/ struct Pokeblock *pokeblock; /*0x0C*/ u8 fillerC[0x44]; /*0x50*/ u8 unk50; /*0x51*/ u8 unk51[4]; @@ -50,7 +50,7 @@ struct UnkPokenavStruct { /*0xd164*/ struct UnkPokenavStruct_Sub1 unkD164; }; -extern struct UnkPokenavStruct *gUnknown_083DFEC4; +extern struct UnkPokenavStruct *const gUnknown_083DFEC4; bool8 sub_80F170C(void); bool8 sub_80F1778(void); |