From 9cbd1b017565d6c8810b09248315a40760b4b7c4 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 1 Jul 2013 02:48:08 -0400 Subject: =?UTF-8?q?chars:=20=E2=96=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit original-commit-id: d3872d1aa94a2ae6294f7cce3584f4d0aaa16fcb --- chars.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chars.py b/chars.py index 1bc25db..3810d83 100644 --- a/chars.py +++ b/chars.py @@ -98,6 +98,7 @@ chars = { 0xE9: "&", 0xEA: "é", 0xEB: "→", + 0xEC: "▷", 0xED: "▶", 0xEE: "▼", 0xEF: "♂", -- cgit v1.2.3 From 83e47ef0fac2127de0ff93a366f6bf80f49d3154 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 4 Jul 2013 03:53:49 -0400 Subject: crystal: add more movements original-commit-id: e7a7fcc92446134d47bbfb0b308c4decc2a2adf8 --- crystal.py | 3 +++ 1 file changed, 3 insertions(+) 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]], } -- cgit v1.2.3