mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 03:34:22 -05:00
sub_805FC30
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "sprite_oam.h"
|
||||
#include "structs/str_text.h"
|
||||
#include "structs/str_position.h"
|
||||
|
||||
// size: 0xC
|
||||
typedef struct MenuInputStructSub
|
||||
@@ -23,13 +24,11 @@ typedef struct MenuInputStruct
|
||||
s32 unk0;
|
||||
u16 unk4;
|
||||
s16 unk6;
|
||||
s16 unk8; // Maybe Position
|
||||
s16 unkA;
|
||||
Position unk8; // Maybe Position
|
||||
s16 unkC; // Maybe Position
|
||||
s16 unkE;
|
||||
u32 unk10;
|
||||
s16 unk14; // Maybe Position
|
||||
s16 unk16;
|
||||
Position unk14; // Maybe Position
|
||||
/* 0x18 */ s16 menuIndex;
|
||||
s16 unk1A;
|
||||
s16 unk1C;
|
||||
@@ -81,4 +80,4 @@ typedef struct unkStructFor8013AA0
|
||||
SpriteOAM unk28;
|
||||
} unkStructFor8013AA0;
|
||||
|
||||
#endif // GUARD_MENU_H
|
||||
#endif // GUARD_MENU_H
|
||||
|
||||
Reference in New Issue
Block a user