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
commit6829d3aafe23ac05b2ac037c5941cfbbe6d6c7a0 (patch)
treedacbe152773849595d0765ed7090e8eca9a4a3d8
parent451a0d770016fe7e184e8aec72a74e5a5a009f4c (diff)
add missing script command (3jumptext)
original-commit-id: 28b565a01c40bf61990ad84c78cf602e2419256e
-rw-r--r--crystal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index 4c695cb..8a2b337 100644
--- a/crystal.py
+++ b/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"],