summaryrefslogtreecommitdiff
path: root/extras/crystal.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-20 01:20:04 -0400
committeryenatch <yenatch@gmail.com>2013-07-20 01:20:04 -0400
commitc2b485a1d62702eebc4af5429ff8cf102b7120ce (patch)
tree2e2b633050cc4c2ea2be3d49764f10e37cd6ec5d /extras/crystal.py
parent8d75f962e45694555b10ac78a3e78e3f53682db0 (diff)
script command reloadandreturn takes a parameter
Diffstat (limited to 'extras/crystal.py')
-rw-r--r--extras/crystal.py2
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]],