diff options
| author | Philip Dubé <serprex@users.noreply.github.com> | 2025-05-02 03:26:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-01 20:26:15 -0700 |
| commit | a0e49f99607ed6d486925e7ef7d6e9d3e76585be (patch) | |
| tree | 80ca4886ff8d7583da8123af57ba70b179563a54 /soh/src/code/z_parameter.c | |
| parent | 626511ffb15491c751f9ab876a6d2f4008539776 (diff) | |
a11y: read out changes in action button (#5421)
* a11y: read out changes in action button
* remove drop & throw & putaway
* down when on horse
* typos
Diffstat (limited to 'soh/src/code/z_parameter.c')
| -rw-r--r-- | soh/src/code/z_parameter.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
