more dungeon menu others

This commit is contained in:
DizzyEggg
2025-03-04 14:23:57 +01:00
parent 9c2e1b2aa4
commit 5a972144b9
6 changed files with 375 additions and 482 deletions

View File

@@ -6,10 +6,10 @@ typedef struct Window
{
s16 x;
s16 y;
s16 unk4;
s16 unk6;
s16 width;
s16 height;
s16 unk8;
u32 unkC;
s32 type;
u32 unk10;
u32 unk14;
u32 *unk18;
@@ -56,7 +56,9 @@ typedef struct WindowTemplate
#define WINDOW_TYPE_0 0
#define WINDOW_TYPE_WITHOUT_BORDER 1
#define WINDOW_TYPE_2 2
#define WINDOW_TYPE_NORMAL 3
#define WINDOW_TYPE_4 4
#define WINDOW_TYPE_FILL_TRANSPARENT 5
#define WINDOW_TYPE_WITH_HEADER 6
#define WINDOW_TYPE_7 7