diff options
Diffstat (limited to 'src/manager/waterfallBottomManager.c')
| -rw-r--r-- | src/manager/waterfallBottomManager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/waterfallBottomManager.c b/src/manager/waterfallBottomManager.c index c6bedd2f..a9e7196e 100644 --- a/src/manager/waterfallBottomManager.c +++ b/src/manager/waterfallBottomManager.c @@ -11,7 +11,7 @@ #include "tiles.h" void WaterfallBottomManager_Main(WaterfallBottomManager* this) { - SetMetaTile(SPECIAL_META_TILE_20, TILE_POS(3, 23), LAYER_BOTTOM); + SetTile(SPECIAL_TILE_20, TILE_POS(3, 23), LAYER_BOTTOM); if ((gRoomControls.origin_y + 200 < gPlayerEntity.base.y.HALF.HI) && ((u32)(gPlayerEntity.base.x.HALF.HI - gRoomControls.origin_x) - 0x30 < 0x11)) { gPlayerEntity.base.collisionLayer = 3; |
