diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-01 17:59:34 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-01 17:59:34 -0500 |
| commit | 14c3e64dc08ce1bcd8f2e421150f3f8e88de914a (patch) | |
| tree | 869fe3d12601afd2dee66154213bcf99f393e1e6 /res/scripts | |
| parent | ea8fb5426b0f065b4ef508bb33c2baf30df6b5a4 (diff) | |
| download | tanetane-14c3e64dc08ce1bcd8f2e421150f3f8e88de914a.tar.gz tanetane-14c3e64dc08ce1bcd8f2e421150f3f8e88de914a.tar.bz2 tanetane-14c3e64dc08ce1bcd8f2e421150f3f8e88de914a.zip | |
Added (human) Mixolydia sprite
Diffstat (limited to 'res/scripts')
| -rw-r--r-- | res/scripts/pink_shell.lua | 4 |
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() |
| 15 | end | 15 | end |
| 16 | |||
| 17 | function pink_shell.talk_to_mixolydia() | ||
| 18 | SetDirection("mixolydia", Direction.UP) | ||
| 19 | end | ||
