[iQue] Unify file select actionButtonAlpha and confirmButtonAlpha (#2436)

* Fix all confirmButtonAlpha indices

* Unify actionButtonAlpha and confirmButtonAlpha

* Restore ConfirmButtonIndex

* Add comment for actionButtonAlpha
This commit is contained in:
cadmic
2025-01-24 20:00:46 -08:00
committed by GitHub
parent f8d050bf7f
commit 5bca304cbc
4 changed files with 33 additions and 34 deletions

View File

@@ -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;