From 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 22 Oct 2021 10:01:07 -0700 Subject: Death by 74 files (#65) * death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it --- src/wonder_mail_3_mid.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/wonder_mail_3_mid.c') 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; }; -- cgit v1.2.3