From c2b485a1d62702eebc4af5429ff8cf102b7120ce Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 20 Jul 2013 01:20:04 -0400 Subject: script command reloadandreturn takes a parameter --- extras/crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/crystal.py') 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]], -- cgit v1.2.3