mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 15:25:26 -04:00
Name members for button texts in struct_0200AF00
This commit is contained in:
@@ -449,6 +449,7 @@ typedef enum {
|
||||
INTERACTION_LIFT_SHOP_ITEM,
|
||||
INTERACTION_CHECK,
|
||||
INTERACTION_DROP_PEDESTAL,
|
||||
INTERACTION_NULL = 0xFF,
|
||||
} InteractionType;
|
||||
|
||||
// playerUtils.c
|
||||
|
||||
@@ -121,8 +121,7 @@ typedef struct {
|
||||
u8 unk_2d;
|
||||
u8 unk_2e;
|
||||
u8 unk_2f;
|
||||
u8 unk_30[2];
|
||||
u8 unk_32;
|
||||
u8 buttonText[3];
|
||||
u8 unk_33;
|
||||
UIElement elements[MAX_UI_ELEMENTS];
|
||||
} struct_0200AF00;
|
||||
@@ -157,6 +156,7 @@ typedef struct {
|
||||
/*0x06*/ u16 paletteIndex;
|
||||
/*0x08*/ const void* palettePointer;
|
||||
} GfxSlot;
|
||||
|
||||
typedef struct {
|
||||
/*0x00*/ u8 unk0;
|
||||
/*0x01*/ u8 unk_1;
|
||||
|
||||
Reference in New Issue
Block a user