Match sub_0802647C

This commit is contained in:
Tal Hayon
2022-07-16 09:03:31 +03:00
parent d4f2b2fcb6
commit 27f9666970
2 changed files with 8 additions and 24 deletions
+8
View File
@@ -611,3 +611,11 @@ void sub_08026414(ChuchuBossEntity* this) {
SoundReq(SFX_1A2);
}
}
void sub_0802647C(ChuchuBossEntity* this) {
if (GravityUpdate(super, 0x4000) == 0) {
InitScreenShake(0x10, 0);
SoundReq(SFX_1A1);
this->unk_84->unk_03++;
}
}