mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 11:44:30 -05:00
Debug Menu work YIPPEEEEEEEE
This commit is contained in:
28
include/debug_menu2.h
Normal file
28
include/debug_menu2.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#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 */ struct MenuItem menuItems[8];
|
||||
struct MenuStruct unk4C;
|
||||
u32 unk9C;
|
||||
u32 unkA0;
|
||||
u32 unkA4;
|
||||
u32 unkA8;
|
||||
u32 unkAC;
|
||||
u32 unkB0;
|
||||
struct UnkTextStruct2 *unkB4;
|
||||
u32 unkB8;
|
||||
u32 unkBC;
|
||||
u8 fill4[0xD8 - 0xC0];
|
||||
struct UnkTextStruct2 unkD8[4];
|
||||
};
|
||||
|
||||
#endif // GUARD_DEBUG_MENU2_H
|
||||
Reference in New Issue
Block a user