diff options
author | yenatch <yenatch@gmail.com> | 2013-09-30 20:41:44 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-30 22:40:21 -0400 |
commit | a0397cad2854ce3a2eb1861d23c552596e4e9802 (patch) | |
tree | b90db3f1b39f3d7e99737c910c47ebc24c530b64 /pokemontools/crystal.py | |
parent | 7268b91c23ec6a2c98348022a0d91ab3d881b153 (diff) |
event script command 0xaa doesnt exist
Diffstat (limited to 'pokemontools/crystal.py')
-rw-r--r-- | pokemontools/crystal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index 06d9139..ca44965 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -2862,7 +2862,6 @@ pksv_crystal_more = { 0xA7: ["name", ["type", SingleByteParam], ["id", SingleByteParam]], 0xA8: ["waitframes", ["unknown", SingleByteParam]], 0xA9: ["unknown0xa9"], - 0xAA: ["unknown0xaa"], } def create_command_classes(debug=False): """creates some classes for each command byte""" |