summary refs log tree commit diff stats
path: root/res/scripts/hallucination_cliff.lua
blob: fefd2199d2d395672c747a4d7b1c988c355a999e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)
  ChangeMap("pink_shell", "fromOutside")
end