Debug Menu work YIPPEEEEEEEE

This commit is contained in:
Kermalis
2023-08-09 11:09:42 -04:00
parent a4c1d54338
commit b19812538f
52 changed files with 1141 additions and 1212 deletions

18
include/debug_menu3.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef GUARD_DEBUG_MENU3_H
#define GUARD_DEBUG_MENU3_H
#include "menu.h"
#include "text.h"
// size: 0xFC
struct unkStruct_203B3F4
{
/* 0x0 */ u32 state;
/* 0x4 */ u8 friendArea;
/* 0x8 */ u32 menuAction;
/* 0xC */ struct MenuItem menuItems[8];
struct MenuStruct unk4C;
struct UnkTextStruct2 unk9C[4];
};
#endif // GUARD_DEBUG_MENU3_H