move MenuStruct to include/menu and use in more places

This commit is contained in:
Seth Barberee
2023-02-13 17:37:15 -08:00
parent 1c92acbef7
commit dcd8ea2e2f
15 changed files with 167 additions and 186 deletions

View File

@@ -3,6 +3,7 @@
#include "text.h"
#include "item.h"
#include "menu.h"
struct TradeSubStruct
{
@@ -32,10 +33,7 @@ struct TradeItemsMenu
u32 unk30;
u32 unk34;
u8 fill38[0x44 - 0x38];
u32 unk44;
u8 fill8[0x134 - 0x48];
u32 unk134;
u8 fill138[0x184 - 0x138];
struct MenuStruct unk44[4];
struct UnkTextStruct2 unk184[4];
struct UnkTextStruct2 unk1E4[4];