mirror of
https://github.com/zeldaret/tmc
synced 2026-09-13 04:54:39 -04:00
Match sub_0802647C
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user