From ae5e255bd6fdc8a3414f9a3df4f13425197569fc Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Mon, 18 Jul 2022 13:02:10 +0300 Subject: Match sub_08027548 --- src/enemy/chuchuBoss.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/enemy/chuchuBoss.c b/src/enemy/chuchuBoss.c index 247cbfd4..6e1fde96 100644 --- a/src/enemy/chuchuBoss.c +++ b/src/enemy/chuchuBoss.c @@ -1405,3 +1405,10 @@ void sub_080272D4(ChuchuBossEntity* this) { super->contactFlags = 0; UpdateAnimationSingleFrame(super); } + +void sub_08027548(ChuchuBossEntity* this, u32 param_2) { + super->subAction = 1; + sub_08027B98(this, 0x90, 0xb0, 8, 0xff); + this->unk_7d = 0; + sub_080276F4(this, 0, param_2); +} -- cgit v1.2.3