mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
25794a39c3
* decomp rest of main_menu * move some main menu data over * decomp some more wonder mail * decomp the dungeon dialogue scene switches * more wonder mail * consolidate struct_802F204 * another wonder mail func * more wonder mail * slight cleanup
24 lines
423 B
C
24 lines
423 B
C
#ifndef GUARD_SUB_8095228_H
|
|
#define GUARD_SUB_8095228_H
|
|
|
|
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);
|
|
|
|
#endif // GUARD_SUB_8095228_H
|