mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 03:34:22 -05:00
Debug Menu work YIPPEEEEEEEE
This commit is contained in:
18
include/debug_menu3.h
Normal file
18
include/debug_menu3.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef GUARD_DEBUG_MENU3_H
|
||||
#define GUARD_DEBUG_MENU3_H
|
||||
|
||||
#include "menu.h"
|
||||
#include "text.h"
|
||||
|
||||
// size: 0xFC
|
||||
struct unkStruct_203B3F4
|
||||
{
|
||||
/* 0x0 */ u32 state;
|
||||
/* 0x4 */ u8 friendArea;
|
||||
/* 0x8 */ u32 menuAction;
|
||||
/* 0xC */ struct MenuItem menuItems[8];
|
||||
struct MenuStruct unk4C;
|
||||
struct UnkTextStruct2 unk9C[4];
|
||||
};
|
||||
|
||||
#endif // GUARD_DEBUG_MENU3_H
|
||||
Reference in New Issue
Block a user