summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-04 03:53:49 -0400
committeryenatch <yenatch@gmail.com>2013-07-10 19:17:03 -0400
commit83e47ef0fac2127de0ff93a366f6bf80f49d3154 (patch)
tree5ea990850bcf4770fac80bd508f2dc6567f58164 /crystal.py
parent9cbd1b017565d6c8810b09248315a40760b4b7c4 (diff)
crystal: add more movements
original-commit-id: e7a7fcc92446134d47bbfb0b308c4decc2a2adf8
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index 680a441..d14642c 100644
--- a/crystal.py
+++ b/crystal.py
@@ -1989,6 +1989,7 @@ movement_command_bases = {
0x3A: "remove_fixed_facing",
0x3B: "fix_facing",
0x3D: "hide_person",
+ 0x3E: "show_person",
0x45: "accelerate_last",
0x46: ["step_sleep", ["duration", DecimalParam]],
0x47: "step_end",
@@ -2000,6 +2001,8 @@ movement_command_bases = {
0x4E: "skyfall",
0x4F: "step_wait5",
+ 0x53: "hide_emote",
+ 0x54: "show_emote",
0x55: ["step_shake", ["displacement", DecimalParam]],
}