diff options
| author | mckinlee <mckinlee@ymail.com> | 2026-05-10 15:45:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-10 15:45:20 -0400 |
| commit | 7f67743b38fe8265658439d760a75bd0cf47b6e3 (patch) | |
| tree | 3eb2b1c01da47c6e03636f1f503d8024007d3984 /mm/src/code | |
| parent | cd33453d818830d0a043ed275d5ccd0cef8d5034 (diff) | |
[Enhancement] Infinite Epona Carrots (#1675)
* vroom vroom
* move that...
Diffstat (limited to 'mm/src/code')
| -rw-r--r-- | mm/src/code/z_parameter.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/src/code/z_parameter.c b/mm/src/code/z_parameter.c index 98d52056b..38830058e 100644 --- a/mm/src/code/z_parameter.c +++ b/mm/src/code/z_parameter.c @@ -8712,7 +8712,8 @@ void Interface_DrawMinigameIcons(PlayState* play) { if (!IS_PAUSED(&play->pauseCtx)) { // Carrots rendering if the action corresponds to riding a horse - if (interfaceCtx->aButtonDoActionDelayed == DO_ACTION_FASTER) { + if (interfaceCtx->aButtonDoActionDelayed == DO_ACTION_FASTER && + GameInteractor_Should(VB_CONSUME_EPONA_CARROT, true)) { // Load Carrot Icon gDPLoadTextureBlock(OVERLAY_DISP++, gCarrotIconTex, G_IM_FMT_RGBA, G_IM_SIZ_32b, 16, 16, 0, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK, |
