Skip to content

Commit

Permalink
ADD: Synch Fire Temple Bombable Walls
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleHato committed Sep 2, 2023
1 parent 5d38fd7 commit 952b8f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ void BgHidanKowarerukabe_Update(Actor* thisx, PlayState* play) {
BgHidanKowarerukabe* this = (BgHidanKowarerukabe*)thisx;
s32 pad;

if (Actor_GetCollidedExplosive(play, &this->collider.base) != NULL) {
if (Actor_GetCollidedExplosive(play, &this->collider.base) != NULL || Flags_GetSwitch(play, (this->dyna.actor.params >> 8) & 0x3F)) {
BgHidanKowarerukabe_Break(this, play);
Flags_SetSwitch(play, (this->dyna.actor.params >> 8) & 0x3F);

Expand Down

0 comments on commit 952b8f5

Please sign in to comment.