diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-30 13:14:10 +0200 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-30 13:14:10 +0200 |
| commit | d1d78ed018967130231a0ce9bb04819e9faef9ce (patch) | |
| tree | 67c31d335cca78086f6e6fbdadd58100335278ea /include/structures.h | |
| parent | fcfbd73dd26284d6b89bec62483502a9e13aecdc (diff) | |
Name members for button texts in struct_0200AF00
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
