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/gulpin_shop.h | |
parent | f99f00b180561afeeb4b9c9918135c2db607fd52 (diff) |
Moves and some friend_area_action_menu
Diffstat (limited to 'include/gulpin_shop.h')
-rw-r--r-- | include/gulpin_shop.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/gulpin_shop.h b/include/gulpin_shop.h index 1d6f53d..cfc2238 100644 --- a/include/gulpin_shop.h +++ b/include/gulpin_shop.h @@ -1,12 +1,6 @@ #ifndef GUARD_GULPIN_SHOP_H #define GUARD_GULPIN_SHOP_H -struct unkStruct_Gulpin -{ - u8 fill0[0x22]; - u16 unk22; -}; - struct unkStruct_203B26C { // size: 0x18C @@ -15,7 +9,7 @@ struct unkStruct_203B26C u32 unk8; s16 speciesNum; // species of chosen Pokemon u8 unkE; - struct unkStruct_Gulpin * unk10; + struct PokemonMove * unk10; u32 unk14; u32 unk18; u16 unk1C; |