diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-11-19 12:13:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-19 14:13:05 -0300 |
| commit | 1792268c9471d3b33c3166c44500a15dcc3c9b5e (patch) | |
| tree | 5f26cb5ca8c4ca79bb265e94e3feafb0c06c1b85 /src/overlays/effects | |
| parent | eafc5bb4c1a3612bd32923e91a3f41a53d82241e (diff) | |
`z_parameter`: Minigames (#1131)
* minigame docs
* cleanup
* vertices and cleanup
* fix bss
* change to perfectLetters
* fix parameter static
* more PR, namefixer
* PR Suggestions
Diffstat (limited to 'src/overlays/effects')
| -rw-r--r-- | src/overlays/effects/ovl_Effect_Ss_Extra/z_eff_ss_extra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overlays/effects/ovl_Effect_Ss_Extra/z_eff_ss_extra.c b/src/overlays/effects/ovl_Effect_Ss_Extra/z_eff_ss_extra.c index 1ec1ab41d..bf21a8741 100644 --- a/src/overlays/effects/ovl_Effect_Ss_Extra/z_eff_ss_extra.c +++ b/src/overlays/effects/ovl_Effect_Ss_Extra/z_eff_ss_extra.c @@ -92,6 +92,6 @@ void EffectSsExtra_Update(PlayState* play, u32 index, EffectSs* this) { } if (this->rTimer == 1) { - play->interfaceCtx.unk_25C = sScores[this->rScoreIndex]; + play->interfaceCtx.minigamePoints = sScores[this->rScoreIndex]; } } |
