summary refs log tree commit diff stats
path: root/res/scripts/hallucination_cliff.lua
blob: 8538ee4d84be298b482f84edb29db6d6e4137248 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
hallucination_cliff = {}

function hallucination_cliff.off_bottom()
  ChangeMap("hallucination_interior", "fromTop")
end

function hallucination_cliff.off_left()
  ChangeMap("hallucination_hot_spring", "fromRight")
end

function hallucination_cliff.enter_door()
  CreateAnimatedSpriteAtWarpPoint("entryway", "entryway", "entryway_appear", "pink_shell", Direction.DOWN, SpriteLayer.NORMAL)
end