mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 21:21:57 -04:00
d_menu_option work (#1909)
* d_menu_option work * done with d_menu_option for now * remove unused asm * format document
This commit is contained in:
@@ -26,7 +26,9 @@ public:
|
||||
u8 getStatus() { return mStatus; }
|
||||
void draw() { _draw(); }
|
||||
|
||||
u8 field_0x4[0x3D - 0x4];
|
||||
u8 field_0x4[0x38 - 0x4];
|
||||
/* 0x38 */ f32 mPosY;
|
||||
/* 0x3C */ u8 field_0x3c[0x3D - 0x3C];
|
||||
/* 0x3D */ u8 mStatus;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user