Merge pull request #81 from yenatch/master

Event commands "name" and "trainerclassname" take another argument.
This commit is contained in:
Bryan Bishop 2014-07-23 00:31:46 -05:00
commit a87f66964c

View File

@ -2395,8 +2395,8 @@ pksv_crystal_more = {
0xA3: ["warpfacing", ["facing", SingleByteParam], ["map_group", MapGroupParam], ["map_id", MapIdParam], ["x", SingleByteParam], ["y", SingleByteParam]],
0xA4: ["storetext", ["memory", SingleByteParam]],
0xA5: ["displaylocation", ["id", SingleByteParam], ["memory", SingleByteParam]],
0xA6: ["trainerclassname", ["id", SingleByteParam]],
0xA7: ["name", ["type", SingleByteParam], ["id", SingleByteParam]],
0xA6: ["trainerclassname", ["id", SingleByteParam], ["memory", SingleByteParam]],
0xA7: ["name", ["type", SingleByteParam], ["id", SingleByteParam], ["mempry", SingleByteParam]],
0xA8: ["wait", ["duration", DecimalParam]],
0xA9: ["unknown0xa9"],
}