Possibly fixed King Bobomb grabbing softlock

This commit is contained in:
MysterD 2020-10-04 13:15:08 -07:00
parent 7669679d6f
commit 01139061df
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ void bhv_king_bobomb_loop(void) {
network_init_object_field(o, &o->oKingBobombUnk88);
network_init_object_field(o, &o->oFlags);
network_init_object_field(o, &o->oHealth);
network_init_object_field(o, &o->oInteractStatus);
}
f32 sp34 = 20.0f;