mirror of
https://github.com/zeldaret/tmc
synced 2026-06-09 20:50:47 -04:00
Merge branch 'master' of https://github.com/zeldaret/tmc
This commit is contained in:
@@ -30,11 +30,11 @@ void sub_08089B18(Entity *this)
|
||||
CopyPosition(this->parent, this);
|
||||
break;
|
||||
case 4:
|
||||
if (!CheckFlags(this->field_0x86)) {
|
||||
if (!CheckFlags(this->field_0x86.HWORD)) {
|
||||
this->spriteSettings.b.draw = FALSE;
|
||||
this->previousActionFlag = 1;
|
||||
return;
|
||||
}
|
||||
}
|
||||
sub_08004488(0x124);
|
||||
EnqueueSFX(0x124);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user