pmd-red/include/debug_menu2.h
2023-09-20 22:52:40 -04:00

20 lines
438 B
C

#ifndef GUARD_DEBUG_MENU2_H
#define GUARD_DEBUG_MENU2_H
#include "structs/menu.h"
#include "structs/str_text.h"
// size: 0x138
typedef struct unkStruct_203B3F0
{
/* 0x0 */ u32 state;
/* 0x4 */ u8 id;
/* 0x8 */ u32 menuAction;
/* 0xC */ MenuItem menuItems[8];
MenuStruct unk4C;
unkStructFor8013AA0 unk9C;
u8 fillCC[0xD8 - 0xCC];
UnkTextStruct2 unkD8[4];
} unkStruct_203B3F0;
#endif // GUARD_DEBUG_MENU2_H