mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 06:21:16 +00:00
Name PLAYER_STATE1_CHARGING_SPIN_ATTACK
(#2203)
* name charge state flag * format
This commit is contained in:
parent
dc9782b5b3
commit
8f0e2fc29c
6 changed files with 18 additions and 16 deletions
|
@ -180,7 +180,7 @@ void EffDust_UpdateFunc_8099DFC0(EffDust* this, PlayState* play) {
|
|||
s32 i;
|
||||
s32 j;
|
||||
|
||||
if (parent == NULL || parent->update == NULL || !(player->stateFlags1 & PLAYER_STATE1_12)) {
|
||||
if (parent == NULL || parent->update == NULL || !(player->stateFlags1 & PLAYER_STATE1_CHARGING_SPIN_ATTACK)) {
|
||||
if (this->life != 0) {
|
||||
this->life--;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue