diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-07-18 15:20:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 12:20:31 -0700 |
| commit | 5fd95d51f9ca06194a88c37362461e661c2e9ab6 (patch) | |
| tree | 1f8a88559448ca8d9a2cb0369969d6639e11451e /src/overlays/actors/ovl_En_Suttari/z_en_suttari.c | |
| parent | ae6e93fcf91830ba5e3dd28e7bf1623ee006002e (diff) | |
Document `EnTest3` (#1881)
* Document `EnTest3`
* Add comments for enum-type fields
* Add scheduled action index comments
Co-authored-by: Copilot <copilot@github.com>
* Use enums in comparisons
* Rename `sp3C`
* Rewrite comments on speak data
Co-authored-by: Copilot <copilot@github.com>
* Reformat
* Missed a text comment
* Missed another text comment
---------
Co-authored-by: Copilot <copilot@github.com>
Diffstat (limited to 'src/overlays/actors/ovl_En_Suttari/z_en_suttari.c')
| -rw-r--r-- | src/overlays/actors/ovl_En_Suttari/z_en_suttari.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Suttari/z_en_suttari.c b/src/overlays/actors/ovl_En_Suttari/z_en_suttari.c index c8a5642bc..00d55559c 100644 --- a/src/overlays/actors/ovl_En_Suttari/z_en_suttari.c +++ b/src/overlays/actors/ovl_En_Suttari/z_en_suttari.c @@ -978,7 +978,7 @@ void func_80BAC6E8(EnSuttari* this, PlayState* play) { } else if ((gSaveContext.save.day == 3) && (CURRENT_TIME <= CLOCK_TIME(19, 0)) && !CHECK_WEEKEVENTREG(WEEKEVENTREG_61_08) && !CHECK_WEEKEVENTREG(WEEKEVENTREG_RECOVERED_STOLEN_BOMB_BAG) && - CHECK_WEEKEVENTREG(WEEKEVENTREG_51_08)) { + CHECK_WEEKEVENTREG(WEEKEVENTREG_KAFEI_ENTRUSTED_LINK)) { this->animIndex = SUTTARI_ANIM_2; Actor_ChangeAnimationByInfo(&this->skelAnime, sAnimationInfo, this->animIndex); this->actionFunc = func_80BACEE0; |
