1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-23 23:41:24 +00:00

Boomerang related state flags (#2180)

* boomerang state flags

* finish comment
This commit is contained in:
fig02 2024-09-09 21:58:22 -04:00 committed by GitHub
parent 6fcaa51832
commit 6e0288d155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 17 deletions

View file

@ -186,7 +186,7 @@ void EnBoom_Fly(EnBoom* this, PlayState* play) {
}
}
// Set player flags and kill the boomerang beacause Link caught it.
player->stateFlags1 &= ~PLAYER_STATE1_25;
player->stateFlags1 &= ~PLAYER_STATE1_BOOMERANG_THROWN;
Actor_Kill(&this->actor);
}
} else {