summary refs log tree commit diff stats
path: root/res/scripts/pink_shell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/pink_shell.lua')
-rw-r--r--res/scripts/pink_shell.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/scripts/pink_shell.lua b/res/scripts/pink_shell.lua index 1719c4f..4223188 100644 --- a/res/scripts/pink_shell.lua +++ b/res/scripts/pink_shell.lua
@@ -13,3 +13,7 @@ function pink_shell.talk_to_ocho()
13 SetAnimation("ocho", "still") 13 SetAnimation("ocho", "still")
14 HideCutsceneBars() 14 HideCutsceneBars()
15end 15end
16
17function pink_shell.talk_to_mixolydia()
18 SetDirection("mixolydia", Direction.UP)
19end