diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
| commit | 79bae9cd8a7891dd4545649fa196aad5a36237d2 (patch) | |
| tree | 1e59403522cbeeaa36c33ca34662f17c49866639 /src/object/frozenOctorok.c | |
| parent | 22cbdd2fd645a5525a6ef0c9b8ee8ec11af9e9aa (diff) | |
Various documentations
Diffstat (limited to 'src/object/frozenOctorok.c')
| -rw-r--r-- | src/object/frozenOctorok.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/frozenOctorok.c b/src/object/frozenOctorok.c index 4d497b72..5415125e 100644 --- a/src/object/frozenOctorok.c +++ b/src/object/frozenOctorok.c @@ -344,7 +344,7 @@ void sub_0809CB70(FrozenOctorokEntity* this, s32 angle, s32 radius) { NONMATCH("asm/non_matching/frozenOctorok/sub_0809CBE4.inc", void sub_0809CBE4(FrozenOctorokEntity* this)) { this->unk_79 += super->subtimer; if ((s8)super->subtimer < 0) { - if (super->timer < -(this->unk_79 << 0x18 >> 0x18)) { + if (super->timer < -this->unk_79) { super->subtimer = -super->subtimer; SoundReq(SFX_19E); } |
