summaryrefslogtreecommitdiff
path: root/src/object/angryStatue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/angryStatue.c')
-rw-r--r--src/object/angryStatue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/angryStatue.c b/src/object/angryStatue.c
index bc9d357c..be83f7dd 100644
--- a/src/object/angryStatue.c
+++ b/src/object/angryStatue.c
@@ -30,7 +30,7 @@ void AngryStatue(Entity* this) {
void AngryStatue_Init(Entity* this) {
this->action = 1;
this->hitbox = (Hitbox*)&gUnk_080FD178;
- SetMetaTile(SPECIAL_META_TILE_34, COORD_TO_TILE(this), this->collisionLayer);
+ SetTile(SPECIAL_TILE_34, COORD_TO_TILE(this), this->collisionLayer);
InitializeAnimation(this, this->type);
}