mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
20 lines
392 B
C
20 lines
392 B
C
#ifndef GUARD_DEBUG_MENU2_H
|
|
#define GUARD_DEBUG_MENU2_H
|
|
|
|
#include "menu.h"
|
|
#include "text.h"
|
|
|
|
// size: 0x138
|
|
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];
|
|
};
|
|
|
|
#endif // GUARD_DEBUG_MENU2_H
|