summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-03-01 16:22:35 -0500
committeryenatch <yenatch@gmail.com>2013-03-01 16:22:35 -0500
commit852043eab2a576b8daf9769f88982299c0d0d51b (patch)
tree0e45d52276b8037c3b918a0823bcbb9faef1ee53
parente06886df6d6720fa96acf2b2a3955904785761b1 (diff)
Script commands 0xb2 and 0xcc don't exist
original-commit-id: a7c260f4f4b843cfed1d8f39d3fca396cacc95c2
-rw-r--r--crystal.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/crystal.py b/crystal.py
index 398c882..b3f29a1 100644
--- a/crystal.py
+++ b/crystal.py
@@ -2828,10 +2828,6 @@ pksv_crystal_more = {
0xA8: ["unknown0xa8", ["unknown", SingleByteParam]],
0xA9: ["unknown0xa9"],
0xAA: ["unknown0xaa"],
-
- # fix the scripts, then remove these.
- 0xB2: ["unknown0xb2", ["unknown", SingleByteParam]],
- 0xCC: ["unknown0xcc"],
}
def create_command_classes(debug=False):
"""creates some classes for each command byte"""