mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
459171cf48
* decomp most of friend_rescue * dump corresponding data * more data dumping and name some personality test funcs * dump more text
47 lines
931 B
C
47 lines
931 B
C
#ifndef GUARD_FRIEND_RESCUE_H
|
|
#define GUARD_FRIEND_RESCUE_H
|
|
|
|
struct WonderMailStruct_203B33C
|
|
{
|
|
// size: 0x568
|
|
u32 state;
|
|
u32 unk4;
|
|
u8 passwordBuffer[0x36];
|
|
u32 unk40;
|
|
u32 status;
|
|
u16 unk48[(0xE0 - 0x48) / 2];
|
|
s16 unkE0;
|
|
u8 unkE2[0x168 - 0xE2];
|
|
s16 unk168;
|
|
u8 unk16A[0x218 - 0x16A];
|
|
u8 unk218;
|
|
u8 padding7[3];
|
|
u32 unk21C;
|
|
u8 padding[0x7C];
|
|
u32 unk29C;
|
|
u8 padding6[0x6C];
|
|
u32 unk30C;
|
|
u8 padding8[0x4C];
|
|
u32 unk35C;
|
|
u8 padding5[0x5C];
|
|
struct UnkTextStruct2 unk3BC[4];
|
|
struct ItemSlot unk41C;
|
|
u32 unk420; // Is this supposed to be a File like 203B2C4?
|
|
u8 fill424[0x524 - 0x424];
|
|
s32 unk524;
|
|
u32 unk528;
|
|
u8 unk52C;
|
|
u8 unk52D;
|
|
u8 fill52E;
|
|
u32 unk530;
|
|
u32 unk534;
|
|
s16 unk538; // A7 << 3
|
|
u32 unk53C;
|
|
u32 unk540; // A8 << 4
|
|
s16 unk544;
|
|
u8 filler546[0x564 - 0x546];
|
|
s32 unk564;
|
|
};
|
|
|
|
#endif
|