mirror of
https://github.com/zeldaret/tmc
synced 2026-08-04 01:03:49 -04:00
figurine cleanup
This commit is contained in:
+2
-2
@@ -104,12 +104,12 @@ typedef struct {
|
||||
/*0x14*/ u8 filler14[6];
|
||||
/*0x1a*/ u8 unk1a;
|
||||
/*0x1b*/ u8 filler1b[1];
|
||||
/*0x1c*/ u8 unk1c;
|
||||
/*0x1c*/ u8 figure_idx;
|
||||
/*0x1d*/ u8 unk1d;
|
||||
/*0x1e*/ u8 unk1e;
|
||||
/*0x1f*/ s8 unk1f;
|
||||
/*0x20*/ u8 unk20;
|
||||
/*0x21*/ u8 unk21;
|
||||
/*0x21*/ bool8 duplicate;
|
||||
/*0x22*/ u8 filler22[0xc];
|
||||
/*0x2e*/ u16 unk2e;
|
||||
} FigurineMenu;
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ typedef struct {
|
||||
/*0x002*/ u8 msg_speed; /**< Message speed. */
|
||||
/*0x003*/ u8 brightness; /**< Brightness. */
|
||||
/*0x004*/ u8 filler4[0x2];
|
||||
/*0x006*/ u8 unk6;
|
||||
/*0x006*/ u8 saw_staffroll;
|
||||
/*0x007*/ u8 unk7;
|
||||
/*0x008*/ u8 global_progress; /**< @see UpdateGlobalProgress */
|
||||
/*0x009*/ u8 field_0x9[0x34];
|
||||
|
||||
+1
-1
@@ -297,7 +297,7 @@ typedef enum {
|
||||
SFX_106,
|
||||
SFX_107,
|
||||
SFX_108,
|
||||
SFX_109,
|
||||
SFX_ITEM_GET,
|
||||
SFX_10A,
|
||||
SFX_10B,
|
||||
SFX_BUTTON_PRESS,
|
||||
|
||||
Reference in New Issue
Block a user