summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-07-22 21:24:08 -0700
committeryenatch <yenatch@gmail.com>2014-07-22 21:24:08 -0700
commitfb0029a78c30c015d630e065d1207d9b41d2a95b (patch)
treea403d66c4e55c958a0da439b3279088acb547dfb
parent9c7bce4ce7e25b6038277bb1dc31c716b18bb1c8 (diff)
Event command loadwilddata takes a third argument.
-rw-r--r--pokemontools/crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py
index eee57e6..834663a 100644
--- a/pokemontools/crystal.py
+++ b/pokemontools/crystal.py
@@ -2389,7 +2389,7 @@ pksv_crystal_more = {
0x9D: ["checkphonecall"],
0x9E: ["verbosegiveitem", ["item", ItemLabelByte], ["quantity", DecimalParam]],
0x9F: ["verbosegiveitem2", ["item", ItemLabelByte], ["var", SingleByteParam]],
- 0xA0: ["loadwilddata", ["map_group", MapGroupParam], ["map_id", MapIdParam]],
+ 0xA0: ["loadwilddata", ["flag", SingleByteParam], ["map_group", MapGroupParam], ["map_id", MapIdParam]],
0xA1: ["halloffame"],
0xA2: ["credits"],
0xA3: ["warpfacing", ["facing", SingleByteParam], ["map_group", MapGroupParam], ["map_id", MapIdParam], ["x", SingleByteParam], ["y", SingleByteParam]],