diff options
Diffstat (limited to 'src/object/palaceArchway.c')
| -rw-r--r-- | src/object/palaceArchway.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/palaceArchway.c b/src/object/palaceArchway.c index 4f545bef..77ca2a74 100644 --- a/src/object/palaceArchway.c +++ b/src/object/palaceArchway.c @@ -22,7 +22,7 @@ void PalaceArchway_Init(Entity* this) { this->frameIndex = this->type2; this->spriteRendering.b3 = 3; this->spritePriority.b0 = 7; - SetTile(0x4069, COORD_TO_TILE(this), this->collisionLayer); + SetBottomTile(0x4069, COORD_TO_TILE(this), this->collisionLayer); } void PalaceArchway_Action1(Entity* this) { |
