summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-08-05 10:54:56 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-08-05 10:54:56 -0400
commit18f29c566a7038a62f176d19b76e8db8e247d654 (patch)
tree75a49fe4a8725ea73191c4ca059ec89daf4f387e /include
parentf5e18718d95cd6da312cd8f9bae19d356a54af12 (diff)
through sub_81CF278
Diffstat (limited to 'include')
-rw-r--r--include/pokenav.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/include/pokenav.h b/include/pokenav.h
index 31cb5cb17..276fe7262 100644
--- a/include/pokenav.h
+++ b/include/pokenav.h
@@ -7,16 +7,18 @@
typedef u32 (*LoopedTask)(s32 state);
+struct PokenavMonList
+{
+ u8 boxId;
+ u8 monId;
+ u16 unk6;
+};
+
struct PokenavSub18
{
u16 unk0;
u16 unk2;
- struct PokenavMonList
- {
- u8 boxId;
- u8 monId;
- u16 unk6;
- } unk4[TOTAL_BOXES_COUNT * IN_BOX_COUNT + PARTY_SIZE];
+ struct PokenavMonList unk4[TOTAL_BOXES_COUNT * IN_BOX_COUNT + PARTY_SIZE];
};
// Return values of LoopedTask functions.