From 702f1f1102a34a7e40860233214a73b39a57862c Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 22 Jul 2014 22:24:23 -0700 Subject: Event commands "name" and "trainerclassname" take another argument. --- pokemontools/crystal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index 834663a..9d0fa5b 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -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"], } -- cgit v1.2.3