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 | e09aff77152b50cd9fde923fc913a6f5b815c3e8 (patch) | |
tree | 64cffa3e8684cca976f150f12d42eae1aa885c4b | |
parent | df680fde38030c8ad572b5667b89f50696049a20 (diff) | |
parent | 28b565a01c40bf61990ad84c78cf602e2419256e (diff) |
Merge pull request #85 from yenatch/master
More script commands.
-rw-r--r-- | extras/crystal.py | 1 |
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"], |