summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-01-14 21:41:55 -0500
committeryenatch <yenatch@gmail.com>2013-01-14 21:44:47 -0500
commit28b565a01c40bf61990ad84c78cf602e2419256e (patch)
treed26c932f9b77ea4cdc28102b022fedb0339137a9
parentacd6d354c8701f0ac296611fda2d184fdd8c15fc (diff)
add missing script command (3jumptext)
-rw-r--r--extras/crystal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index 4c695cb5e..8a2b337f6 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2817,6 +2817,7 @@ pksv_crystal_more = {
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"],