diff options
author | yenatch <yenatch@gmail.com> | 2013-07-20 01:20:04 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-20 01:20:04 -0400 |
commit | c2b485a1d62702eebc4af5429ff8cf102b7120ce (patch) | |
tree | 2e2b633050cc4c2ea2be3d49764f10e37cd6ec5d /extras/crystal.py | |
parent | 8d75f962e45694555b10ac78a3e78e3f53682db0 (diff) |
script command reloadandreturn takes a parameter
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index d14642cf7..4e084b273 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -2811,7 +2811,7 @@ pksv_crystal_more = { 0x8F: ["ptpriorityjump", ["pointer", ScriptPointerLabelParam]], 0x90: ["return"], 0x91: ["end"], - 0x92: ["reloadandreturn"], + 0x92: ["reloadandreturn", ["which_method", SingleByteParam]], 0x93: ["resetfuncs"], 0x94: ["pokemart", ["dialog_id", SingleByteParam], ["mart_id", MultiByteParam]], # maybe it should be a pokemark constant id/label? 0x95: ["elevator", ["floor_list_pointer", PointerLabelParam]], |