diff options
| author | cadmic <cadmic24@gmail.com> | 2025-01-24 20:00:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-24 23:00:46 -0500 |
| commit | 5bca304cbc3be769dbf252352a469779bbdf2175 (patch) | |
| tree | 70914aac7b3ba6298f96307e304266a8e683eb22 /include | |
| parent | f8d050bf7f8817c94d21865a70aa40669480fa57 (diff) | |
[iQue] Unify file select actionButtonAlpha and confirmButtonAlpha (#2436)
* Fix all confirmButtonAlpha indices
* Unify actionButtonAlpha and confirmButtonAlpha
* Restore ConfirmButtonIndex
* Add comment for actionButtonAlpha
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; |
