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 --- src/code_80428A0.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/code_80428A0.c') diff --git a/src/code_80428A0.c b/src/code_80428A0.c index 6c7d48d..1596c4b 100644 --- a/src/code_80428A0.c +++ b/src/code_80428A0.c @@ -1,10 +1,5 @@ #include "global.h" - -struct unkDungeon_8041D5C -{ - u8 padding[0x70]; - u8 *unk70[100]; -}; +#include "code_8041D5C.h" extern void sub_804151C(struct unkDungeon_8041D5C *r0, u32 r1, u8 r2); -- cgit v1.2.3