diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-07-16 09:04:59 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-07-16 09:04:59 +0300 |
| commit | 1112df0a2ac100c4d8a0a50bbddcb3b42276cc16 (patch) | |
| tree | cfa37cb1ef3cf2e135a5a0f63b2d8b6c2d2f4727 /src | |
| parent | 27f9666970ecd020b4ad556b03009bda6ac02705 (diff) | |
Match sub_080264AC
Diffstat (limited to 'src')
| -rw-r--r-- | src/enemy/chuchuBoss.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/enemy/chuchuBoss.c b/src/enemy/chuchuBoss.c index 2c5b7351..cb722832 100644 --- a/src/enemy/chuchuBoss.c +++ b/src/enemy/chuchuBoss.c @@ -619,3 +619,11 @@ void sub_0802647C(ChuchuBossEntity* this) { this->unk_84->unk_03++; } } + +void sub_080264AC(ChuchuBossEntity* this) { + sub_080277B8(this, 0xd0, 8); + if (this->unk_84->unk_03 != 6) { + InitAnimationForceUpdate(super->child, 4); + sub_08027D20(this); + } +} |
