a11y: read out changes in action button (#5421)

* a11y: read out changes in action button

* remove drop & throw & putaway

* down when on horse

* typos
This commit is contained in:
Philip Dubé
2025-05-02 03:26:15 +00:00
committed by GitHub
parent 626511ffb1
commit a0e49f9960
5 changed files with 46 additions and 2 deletions

View File

@@ -2791,6 +2791,7 @@ void Interface_SetDoAction(PlayState* play, u16 action) {
PauseContext* pauseCtx = &play->pauseCtx;
if (interfaceCtx->unk_1F0 != action) {
GameInteractor_ExecuteOnSetDoAction(action);
interfaceCtx->unk_1F0 = action;
interfaceCtx->unk_1EC = 1;
interfaceCtx->unk_1F4 = 0.0f;