From a0e49f99607ed6d486925e7ef7d6e9d3e76585be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Fri, 2 May 2025 03:26:15 +0000 Subject: a11y: read out changes in action button (#5421) * a11y: read out changes in action button * remove drop & throw & putaway * down when on horse * typos --- soh/src/code/z_parameter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'soh/src/code') diff --git a/soh/src/code/z_parameter.c b/soh/src/code/z_parameter.c index 4ead0d268..3423855b6 100644 --- a/soh/src/code/z_parameter.c +++ b/soh/src/code/z_parameter.c @@ -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; -- cgit v1.2.3