diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-07-16 18:06:27 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-07-16 18:06:27 +0300 |
| commit | 71dda3da8385de7661faf054d6504ec7924b8dd6 (patch) | |
| tree | 6137564c91f225b0909e6b578a587a1d8ec26267 /src/enemy | |
| parent | d53611e5066337e1a32817ebbe7610c55acce2da (diff) | |
Match sub_08026914
Diffstat (limited to 'src/enemy')
| -rw-r--r-- | src/enemy/chuchuBoss.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/enemy/chuchuBoss.c b/src/enemy/chuchuBoss.c index b16983ac..684152bd 100644 --- a/src/enemy/chuchuBoss.c +++ b/src/enemy/chuchuBoss.c @@ -819,3 +819,12 @@ void sub_080268EC(ChuchuBossEntity* this) { sub_08027D20(this); } } + +void sub_08026914(ChuchuBossEntity* this) { + if (sub_080279E8(this)) { + sub_08027B98(this, 0x90, 0xb0, 4, 0xff); + sub_08027548(this, 0); + InitAnimationForceUpdate(super->child, 0); + } + sub_080277F8(this); +} |
