Match sub_08027548

This commit is contained in:
Tal Hayon
2022-07-18 13:02:10 +03:00
parent ca65dea5f6
commit ae5e255bd6
2 changed files with 7 additions and 26 deletions
+7
View File
@@ -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);
}