pmd-red/src/data/debug_menu1.h
2024-11-15 16:13:01 -05:00

27 lines
624 B
C

static const UnkTextStruct2 sUnknown_80E7D40 = {
0, 0, 0, 0,
3,
0, 0,
0, 0,
0, 0,
NULL
};
static const UnkTextStruct2 sUnknown_80E7D58 = {
0, 0, 0, 0,
3,
2, 2,
9, 11,
11, 0,
NULL
};
static const MenuItem sDebugMenuItems[] = {
{_("Dungeons"), MENU_DEBUG_MENU_DUNGEONS},
{_("Field"), MENU_DEBUG_MENU_FIELD},
{_("Field Map"), MENU_DEBUG_MENU_FIELD_MAP},
{_("Field Script"), MENU_DEBUG_MENU_FIELD_SCRIPT},
{_("Debug Menu"), MENU_DEBUG_MENU_DEBUG_MENU},
{_("Storage"), MENU_DEBUG_MENU_STORAGE},
{_("h-open"), MENU_DEBUG_MENU_H_OPEN},
{NULL, 10},
};