summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-30 20:41:44 -0400
committeryenatch <yenatch@gmail.com>2013-09-30 22:40:21 -0400
commita0397cad2854ce3a2eb1861d23c552596e4e9802 (patch)
treeb90db3f1b39f3d7e99737c910c47ebc24c530b64
parent7268b91c23ec6a2c98348022a0d91ab3d881b153 (diff)
event script command 0xaa doesnt exist
-rw-r--r--pokemontools/crystal.py1
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"""