diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-04 14:06:29 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-11-04 14:06:29 -0700 |
commit | 67b49fe4b0545d9fd455caee95c003e8e030e247 (patch) | |
tree | 850fe130165b176e2f9f1c46439c71e206583dda /include | |
parent | a5754b95e8a1803c87641e5bc485a3690fbcaef7 (diff) |
Decompile some pokenav functions
Diffstat (limited to 'include')
-rw-r--r-- | include/pokenav.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index 98806983c..ab7b32d7c 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -68,11 +68,15 @@ struct UnkPokenavStruct { /*0x9004*/ u8 unk9004[3][20]; /*0x9040*/ u8 unk9040[0x304]; /*0x9344*/ u8 unk9344; - /*0x9345*/ u8 filler9345[0x3ba3]; + /*0x9345*/ u8 filler9345[0x3b07]; + /*0xCE4C*/ u16 unkCE4C; + /*0xCE4E*/ u16 unkCE4E; + /*0xCE50*/ u16 unkCE50; + /*0xCE52*/ u16 palettesCE52[0x4B]; /*0xCEE8*/ struct UnkPokenavStruct_Sub unkCEE8[78]; /*0xD158*/ u16 unkD158; /*0xD15A*/ u8 fillerD15A[6]; - /*0xD162*/ u16 unkD160; + /*0xD160*/ u16 unkD160; /*0xD162*/ u8 unkD162[2]; /*0xD164*/ struct UnkPokenavStruct_Sub1 unkD164; }; |