fix menu.h offsets

This commit is contained in:
theo3
2020-07-21 23:16:12 -07:00
parent 2555185721
commit 341ec8cdf6
4 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -20,14 +20,14 @@ typedef struct {
typedef struct {
u8 field_0x0;
u16 field_0x1;
u8 field_0x2;
u8 secret;
u8 field_0x3;
u8 menuType;
u8 overlayType;
u8 storyPanelIndex;
u16 transitionTimer;
u8 field_0xa[8];
u8 field_0x12;
u8 field_0x13[22];
u8 field_0x11;
u8 field_0x12[0x16];
u32 field_0x2c;
} Menu;