mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-27 15:00:33 +00:00
92a8e55fdd
* decompile sub_8091290 * decompile sub_80912c8 * rename functions / struct field * more names * decompile 80913A0 * decompile GetItemMove * decompile sub_80913E0 * rename function * decompile CanSellItem function * rename inventory struct * add some item check functions * fix renaming stuff * this file shouldnt have been here * forgot merge conflict * decompile more item functions * rename some stuff * fix HM/TM naming * Update src/code_801AFA4.c Use enum value for USED_TM * Fix incorrect value Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
22 lines
338 B
C
22 lines
338 B
C
|
|
struct unkStruct_8095228
|
|
{
|
|
u8 unk0;
|
|
u8 unk1;
|
|
u8 unk2;
|
|
u8 unk3;
|
|
u8 unk4;
|
|
u8 padding[0x10 - 0x5];
|
|
u32 unk10;
|
|
u8 padding2[0x20 - 0x14];
|
|
struct ItemSlot unk20;
|
|
u8 padding3[0x28 - 0x24];
|
|
u32 unk28;
|
|
s8 unk2C;
|
|
u8 padding4[0x30 - 0x2D];
|
|
};
|
|
|
|
extern struct unkStruct_8095228 *sub_8095228(u8);
|
|
|
|
|