From 5bca304cbc3be769dbf252352a469779bbdf2175 Mon Sep 17 00:00:00 2001 From: cadmic Date: Fri, 24 Jan 2025 20:00:46 -0800 Subject: [iQue] Unify file select actionButtonAlpha and confirmButtonAlpha (#2436) * Fix all confirmButtonAlpha indices * Unify actionButtonAlpha and confirmButtonAlpha * Restore ConfirmButtonIndex * Add comment for actionButtonAlpha --- include/z64.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3