diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-03-12 15:39:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 15:39:07 -0600 |
commit | 7b142311a7294c4c7a943870fa5f24f0fbea604a (patch) | |
tree | a1a9513c2f997cc8274af093803dd7d936e65ad0 /include/friend_rescue.h | |
parent | d72e17b5f5d795bebda2f6dc78dccb5e80c432b5 (diff) |
Miscellaneous Work (Again) (#30)
* work on debug menu and document that and main menu
* split, decomp, label more funcs
* split exclusive pokemon data out into C
* macro-ize exlusive pokemon data
* decomp 2 more funcs
* decomp a few more
* finally match PromptNewQuestion
* woot 7% aka more debug menu stuff
Diffstat (limited to 'include/friend_rescue.h')
-rw-r--r-- | include/friend_rescue.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/include/friend_rescue.h b/include/friend_rescue.h new file mode 100644 index 0000000..9fddbc4 --- /dev/null +++ b/include/friend_rescue.h @@ -0,0 +1,35 @@ +struct WonderMailStruct_203B33C +{ + // size: 0x568 + u32 unk0; + u32 unk4; + u8 unk8[0x36]; + u32 unk40; + u32 unk44; + u16 unk48[232]; + 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]; + u32 unk3BC; + u8 padding4[0x60]; + u32 unk420; // Is this supposed to be a File like 203B2C4? + u8 fill424[0x52C - 0x424]; + u8 unk52C; + u8 unk52D; + u8 fill52E; + u32 unk530; + u32 unk534; + u16 unk538; // A7 << 3 + u32 unk53C; + u32 unk540; // A8 << 4 + s16 unk544; + u8 filler546[0x564 - 0x546]; + s32 unk564; +}; |