pmd-red/include/debug_menu3.h
2025-02-23 15:45:00 +01:00

19 lines
377 B
C

#ifndef GUARD_DEBUG_MENU3_H
#define GUARD_DEBUG_MENU3_H
#include "structs/menu.h"
#include "structs/str_text.h"
// size: 0xFC
typedef struct unkStruct_203B3F4
{
/* 0x0 */ u32 state;
/* 0x4 */ u8 friendArea;
/* 0x8 */ u32 menuAction;
/* 0xC */ MenuItem menuItems[8];
MenuStruct unk4C;
Windows unk9C;
} unkStruct_203B3F4;
#endif // GUARD_DEBUG_MENU3_H