ref: c2b485a1d62702eebc4af5429ff8cf102b7120ce
parent: 8d75f962e45694555b10ac78a3e78e3f53682db0
author: yenatch <[email protected]>
date: Fri Jul 19 21:20:04 EDT 2013
script command reloadandreturn takes a parameter
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2811,7 +2811,7 @@
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]],