diff options
-rw-r--r-- | pokemontools/crystal.py | 4 |
1 files 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"], } |