shithub: pokecrystal

Download patch

ref: e7a7fcc92446134d47bbfb0b308c4decc2a2adf8
parent: 24daef7afb9f64ae4df3608c3163457a4a515fd2
author: yenatch <[email protected]>
date: Wed Jul 3 23:53:49 EDT 2013

crystal: add more movements

--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -1989,6 +1989,7 @@
     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 @@
 
     0x4E: "skyfall",
     0x4F: "step_wait5",
+    0x53: "hide_emote",
+    0x54: "show_emote",
     0x55: ["step_shake", ["displacement", DecimalParam]],
 }