diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-14 19:25:54 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-14 19:25:54 -0800 |
commit | 211ce8f7252be5c950ca6ff0dfb52d19a70663e2 (patch) | |
tree | d48d0cee5a0fccbda9d4c688bf19256b269f5503 /crystal.py | |
parent | 1c963494a83dd8fa31705685309882546785c62a (diff) | |
parent | 6829d3aafe23ac05b2ac037c5941cfbbe6d6c7a0 (diff) |
Merge pull request #85 from yenatch/master
More script commands.
original-commit-id: e09aff77152b50cd9fde923fc913a6f5b815c3e8
Diffstat (limited to 'crystal.py')
-rw-r--r-- | crystal.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"], |