From 71dda3da8385de7661faf054d6504ec7924b8dd6 Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Sat, 16 Jul 2022 18:06:27 +0300 Subject: Match sub_08026914 --- src/enemy/chuchuBoss.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') 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); +} -- cgit v1.2.3