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 --- include/friend_area_action_menu.h | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'include/friend_area_action_menu.h') diff --git a/include/friend_area_action_menu.h b/include/friend_area_action_menu.h index e1d07ec..6a3f330 100644 --- a/include/friend_area_action_menu.h +++ b/include/friend_area_action_menu.h @@ -1,24 +1,17 @@ #ifndef GUARD_FRIEND_AREA_ACTION_MENU_H #define GUARD_FRIEND_AREA_ACTION_MENU_H -struct unkSubStruct_203B2BC -{ - u8 fill0[0x2C]; - u32 unk2C; -}; - - struct unkStruct_203B2BC { // size: 0x1E0 u32 state; u32 unk4; - s16 unk8; + s16 targetPoke; u16 unkA; - u32 unkC; - struct HeldItem unk10; + u32 itemIndex; + struct HeldItem itemToGive; struct ItemSlot unk14; - struct unkSubStruct_203B2BC *unk18; + struct PokemonStruct *unk18; u32 unk1C; u32 unk20; u32 unk24; -- cgit v1.2.3