summaryrefslogtreecommitdiff
path: root/src/code/z_kaleido_setup.c
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2024-07-02 22:47:37 +0100
committerGitHub <noreply@github.com>2024-07-02 14:47:37 -0700
commit6629597f82e8ed74bfe2f35393142d1cb27be6f7 (patch)
tree39f99b014814254ebebb70b9c175ee7441b322b2 /src/code/z_kaleido_setup.c
parenteccbbd47dc0061f0ffedcb32eaf333be73aeb2cc (diff)
`z_parameter.c`: remaining functions, do action documentation, gfx cleanup (#1652)
* Parameter last functions Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Documentation for do actions and various gfx * Suggested changes * f prefix for texture scale numbers * Player_SetBButtonAmmo --------- Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Diffstat (limited to 'src/code/z_kaleido_setup.c')
-rw-r--r--src/code/z_kaleido_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_kaleido_setup.c b/src/code/z_kaleido_setup.c
index 9d74d6d46..44bed418d 100644
--- a/src/code/z_kaleido_setup.c
+++ b/src/code/z_kaleido_setup.c
@@ -106,7 +106,7 @@ void KaleidoSetup_Update(PlayState* play) {
}
if (!Play_InCsMode(play) || ((msgCtx->msgMode != MSGMODE_NONE) && (msgCtx->currentTextId == 0xFF))) {
- if (play->unk_1887C >= 2) {
+ if (play->bButtonAmmoPlusOne >= 2) {
return;
}