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
commit211ce8f7252be5c950ca6ff0dfb52d19a70663e2 (patch)
treed48d0cee5a0fccbda9d4c688bf19256b269f5503
parent1c963494a83dd8fa31705685309882546785c62a (diff)
parent6829d3aafe23ac05b2ac037c5941cfbbe6d6c7a0 (diff)
Merge pull request #85 from yenatch/master
More script commands. original-commit-id: e09aff77152b50cd9fde923fc913a6f5b815c3e8
-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"],