summaryrefslogtreecommitdiff
path: root/extras/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-04-08 16:20:34 -0500
committerBryan Bishop <kanzure@gmail.com>2012-04-08 16:20:34 -0500
commit51ef61e327fba778c41c1042ddd0883c7be12402 (patch)
treeebe5b72de8c24be53c4579fd7c6987b5e74a66f2 /extras/crystal.py
parent247469f740e97c161cbd5f36a72e69d3c496a659 (diff)
fix pokemart command parsing for the script at 0x9cac7
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 b1d38e738..1ca4de6cb 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -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]],