summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-01-14 19:25:54 -0800
committerBryan Bishop <kanzure@gmail.com>2013-01-14 19:25:54 -0800
commite09aff77152b50cd9fde923fc913a6f5b815c3e8 (patch)
tree64cffa3e8684cca976f150f12d42eae1aa885c4b
parentdf680fde38030c8ad572b5667b89f50696049a20 (diff)
parent28b565a01c40bf61990ad84c78cf602e2419256e (diff)
Merge pull request #85 from yenatch/master
More script commands.
-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"],