Define in FlyingPot

This commit is contained in:
Elliptic Ellipsis
2022-03-21 05:39:40 +00:00
parent fc3bdf4830
commit 03fcc5a5bb
+2 -2
View File
@@ -96,7 +96,7 @@ void FlyingPot_OnCollision(FlyingPotEntity* this) {
if (super->bitfield == 0x9D) {
super->action = FLYING_POT_ACTION_6;
super->flags &= ~0x80;
COLLISION_OFF(super);
super->zVelocity = 0x2A000;
super->spritePriority.b1 = 1;
@@ -143,7 +143,7 @@ void FlyingPot_SubAction2(FlyingPotEntity* this) {
if (super->actionDelay == 0) {
sub_08037418(this);
super->actionDelay = 1;
super->flags &= ~0x80;
COLLISION_OFF(super);
super->spriteOffsetX = 0;
SetTile(this->tileIndex, TILE(super->x.HALF.HI, super->y.HALF.HI), super->collisionLayer);