Merge pull request #339 from hatal175/fxenum

This commit is contained in:
notyourav
2022-02-01 20:01:22 -08:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -110,7 +110,7 @@ void sub_08048B2C(GyorgFemaleEyeEntity* this) {
parent = (GyorgFemaleEntity*)super->parent;
if (sub_08048D70(parent)) {
if (!super->spriteSettings.draw) {
CreateFx(super, 2, 0x40);
CreateFx(super, FX_DEATH, 0x40);
}
super->spriteSettings.draw = 1;
} else {
@@ -142,7 +142,7 @@ void sub_08048BB0(GyorgFemaleEyeEntity* this) {
super->flags &= ~ENT_COLLIDE;
super->spriteSettings.draw = 0;
InitializeAnimation(super, gUnk_080D2010[(super->animationState << 3) + super->type]);
CreateFx(super, 2, 0x40);
CreateFx(super, FX_DEATH, 0x40);
}
} else {
if ((parent->unk_80 >> super->type) & 1) {