summaryrefslogtreecommitdiff
path: root/src/wonder_mail_3_mid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wonder_mail_3_mid.c')
-rw-r--r--src/wonder_mail_3_mid.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/wonder_mail_3_mid.c b/src/wonder_mail_3_mid.c
index 5661d44..f485246 100644
--- a/src/wonder_mail_3_mid.c
+++ b/src/wonder_mail_3_mid.c
@@ -65,14 +65,8 @@ extern struct unkStruct_203B310 *gUnknown_203B310;
// TODO: port to ItemSlot
struct ItemSlot_Alt
{
- // OG struct
- // u8 itemFlags
- // u8 numItems
- // u8 itemIndex
union temp {
- u8 itemFlags;
- u8 numItems;
- u8 itemIndex;
+ struct ItemSlot norm;
u32 full_bits;
} temp;
};