diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-10-19 17:48:38 -0700 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-11-02 16:31:16 -0700 |
commit | 3a1db3dfac99d017b592afa4e7e3fc7325e060cc (patch) | |
tree | aa9bf96f0d1d91f06220e670b660f5fcf829b945 /include/friend_area_action_menu.h | |
parent | f99f00b180561afeeb4b9c9918135c2db607fd52 (diff) |
Moves and some friend_area_action_menu
Diffstat (limited to 'include/friend_area_action_menu.h')
-rw-r--r-- | include/friend_area_action_menu.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/friend_area_action_menu.h b/include/friend_area_action_menu.h index 6a3f330..dfddc22 100644 --- a/include/friend_area_action_menu.h +++ b/include/friend_area_action_menu.h @@ -10,13 +10,12 @@ struct unkStruct_203B2BC u16 unkA; u32 itemIndex; struct HeldItem itemToGive; - struct ItemSlot unk14; + struct HeldItem unk14; struct PokemonStruct *unk18; u32 unk1C; u32 unk20; - u32 unk24; - u32 unk28; - u8 fill2C[0x68 - 0x2C]; + u16 unk24; + struct PokemonMove unk28[8]; u32 unk68; u32 unk6C; u32 unk70; |