shithub: pokecrystal

Download patch

ref: 28b565a01c40bf61990ad84c78cf602e2419256e
parent: acd6d354c8701f0ac296611fda2d184fdd8c15fc
author: yenatch <[email protected]>
date: Mon Jan 14 16:41:55 EST 2013

add missing script command (3jumptext)

--- 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"],