diff options
Diffstat (limited to 'src/projectile/removableDust.c')
| -rw-r--r-- | src/projectile/removableDust.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projectile/removableDust.c b/src/projectile/removableDust.c index 40ef0640..e89cd3b4 100644 --- a/src/projectile/removableDust.c +++ b/src/projectile/removableDust.c @@ -91,7 +91,7 @@ void sub_080AA494(RemovableDustEntity* this) { } super->type2 = index; super->spritePriority.b0 = 7; - SetTile(0x4068, TILE(super->x.HALF.HI, super->y.HALF.HI), super->collisionLayer); + SetBottomTile(0x4068, TILE(super->x.HALF.HI, super->y.HALF.HI), super->collisionLayer); } void sub_080AA534(Entity* this) { |
