diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-07-12 19:16:49 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-07-12 19:16:49 -0700 |
commit | bb8990dc3cb19787e08c29409cfc674e2478fbc9 (patch) | |
tree | 28592a2c2c32b7b16f4e63fc22390a36789fea8a /extras/crystal.py | |
parent | 226729d1750bc6ee0c45d96e3f6b7dcf0844a609 (diff) | |
parent | 90c18c5cf320be70b0507deda0dd7611052f2bec (diff) |
Merge pull request #157 from yenatch/overworld
overworld loop and movement
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 7d607f749..c54ade01b 100644 --- a/extras/crystal.py +++ b/extras/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]], } |