diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/player.h | 1 | ||||
| -rw-r--r-- | include/structures.h | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/player.h b/include/player.h index aa3fc160..0805feab 100644 --- a/include/player.h +++ b/include/player.h @@ -449,6 +449,7 @@ typedef enum { INTERACTION_LIFT_SHOP_ITEM, INTERACTION_CHECK, INTERACTION_DROP_PEDESTAL, + INTERACTION_NULL = 0xFF, } InteractionType; // playerUtils.c diff --git a/include/structures.h b/include/structures.h index eded84c7..b18bb1ea 100644 --- a/include/structures.h +++ b/include/structures.h @@ -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; |
