mirror of
https://github.com/zeldaret/tmc
synced 2026-07-29 15:43:29 -04:00
Match sub_0802650C
This commit is contained in:
@@ -637,3 +637,11 @@ void sub_080264D4(ChuchuBossEntity* this) {
|
||||
}
|
||||
sub_080277F8(this);
|
||||
}
|
||||
|
||||
void sub_0802650C(ChuchuBossEntity* this) {
|
||||
if (((ChuchuBossEntity*)super->child)->unk_80[1] == 0) {
|
||||
this->unk_84->unk_03++;
|
||||
gRoomControls.camera_target = &gPlayerEntity;
|
||||
}
|
||||
sub_08027870(super);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user