mirror of
https://github.com/zeldaret/tmc
synced 2026-06-04 02:47:05 -04:00
Merge branch 'master' into cleanup_declarations
This commit is contained in:
@@ -22,12 +22,12 @@ void ObjectB2(Entity* this) {
|
||||
this->attachedEntity = pEVar3;
|
||||
InitializeAnimation(this, this->type);
|
||||
}
|
||||
this->nonPlanarMovement = this->parent->nonPlanarMovement;
|
||||
this->speed = this->parent->speed;
|
||||
sub_0806F69C(this);
|
||||
if (sub_080AE4CC(this->attachedEntity, this->x.HALF.HI, this->y.HALF.HI, 9) != 0) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
if (this->nonPlanarMovement < 0x41) {
|
||||
if (this->speed < 0x41) {
|
||||
this->spriteSettings.b.draw ^= 1;
|
||||
|
||||
if (--this->actionDelay == 0) {
|
||||
|
||||
Reference in New Issue
Block a user