shithub: pokecrystal

Download patch

ref: e09aff77152b50cd9fde923fc913a6f5b815c3e8
parent: df680fde38030c8ad572b5667b89f50696049a20
parent: 28b565a01c40bf61990ad84c78cf602e2419256e
author: Bryan Bishop <[email protected]>
date: Mon Jan 14 14:25:54 EST 2013

Merge pull request #85 from yenatch/master

More script commands.

--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2817,6 +2817,7 @@
     0x4F: ["loadmenudata", ["data", MenuDataPointerParam]],
     0x50: ["writebackup"],
     0x51: ["jumptextfaceplayer", ["text_pointer", RawTextPointerLabelParam]],
+    0x52: ["3jumptext", ["text_pointer", PointerLabelBeforeBank]],
     0x53: ["jumptext", ["text_pointer", RawTextPointerLabelParam]],
     0x54: ["closetext"],
     0x55: ["keeptextopen"],