diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/z64.h b/include/z64.h index e7677a8ee..625d61564 100644 --- a/include/z64.h +++ b/include/z64.h @@ -260,8 +260,7 @@ typedef struct FileSelectState { /* 0x1CA80 */ s16 nameAlpha[3]; /* 0x1CA86 */ s16 connectorAlpha[3]; /* 0x1CA8C */ s16 fileInfoAlpha[3]; - /* 0x1CA92 */ s16 actionButtonAlpha[2]; - /* 0x1CA96 */ s16 confirmButtonAlpha[2]; + /* 0x1CA92 */ s16 actionButtonAlpha[4]; // also contains the alphas for the confirm buttons /* 0x1CA9A */ s16 optionButtonAlpha; /* 0x1CA9C */ s16 nameEntryBoxAlpha; /* 0x1CA9E */ s16 controlsAlpha; |
