diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-04-08 16:20:34 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-08 16:20:34 -0500 |
commit | 50f273c6defefbf3ac8a7ad6171e68c3d42bcb9b (patch) | |
tree | 7c453940ee40fef7707ca11d179f78cfb0f98909 /crystal.py | |
parent | 2939eb997b42d15007e5d8ff3da527f6621899a2 (diff) |
fix pokemart command parsing for the script at 0x9cac7
original-commit-id: 51ef61e327fba778c41c1042ddd0883c7be12402
Diffstat (limited to 'crystal.py')
-rw-r--r-- | crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2497,7 +2497,7 @@ pksv_crystal_more = { 0x91: ["end"], 0x92: ["reloadandreturn"], 0x93: ["resetfuncs"], - 0x94: ["pokemart", ["dialog_id", SingleByteParam], ["mart_id", SingleByteParam]], + 0x94: ["pokemart", ["dialog_id", SingleByteParam], ["mart_id", MultiByteParam]], #maybe it should be a pokemark constant id/label? 0x95: ["elevator", ["floor_list_pointer", PointerLabelParam]], 0x96: ["trade", ["trade_id", SingleByteParam]], 0x97: ["askforphonenumber", ["number", SingleByteParam]], |