From a2d206665c6fffbd962375f262b7fbb05c7b7478 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Tue, 30 Mar 2021 13:11:51 -0500 Subject: Move some data and Splitting (#32) * move friend area settings to src * split out playtime into different C file and decomp a few more funcs * time -> play_time * fix include * split out more wonder mail stuff * unify 203B2C0 and unkDungeon structs. snuck in a decomp func too * split out more menu screens * work some more on trade items * doc a few more things * add a close nonmatch and decomp nullsub and small func * rollback struct attempt since it causes nonmatchings * only one func left in asm * death to trade_item asm and unify into one C file * more docing and cleanup * label main menu and trade items menu global menu struct * doc itemMode --- include/code_8041D5C.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 include/code_8041D5C.h (limited to 'include/code_8041D5C.h') diff --git a/include/code_8041D5C.h b/include/code_8041D5C.h new file mode 100644 index 0000000..e0cf614 --- /dev/null +++ b/include/code_8041D5C.h @@ -0,0 +1,23 @@ +#ifndef CODE_8041D5C_H +#define CODE_8041D5C_H + +struct subStruct_8048524 +{ + u8 fill0[0x6]; + u8 unk6; + u8 unk7; + u8 fill8[0xAC - 0x8]; + u8 unkAC; + u8 fillAD[0x112 - 0xAD]; + u8 unk112; + u8 fill113[0x13C - 0x113]; + u32 unk13C; +}; + +struct unkDungeon_8041D5C +{ + u8 padding[0x70]; + struct subStruct_8048524 *unk70; +}; + +#endif -- cgit v1.2.3