summaryrefslogtreecommitdiff
path: root/extras/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-04-09 00:38:55 -0500
committerBryan Bishop <kanzure@gmail.com>2012-04-09 00:38:55 -0500
commit91df3747bf0b92a47ac38feba32fca1dd351834c (patch)
treedb70dad1256701a8a8f6381dce014845829e6d06 /extras/crystal.py
parent63c161397dda62e09d91f107b97c8880b45e8aee (diff)
0xcc probably ends the script
Diffstat (limited to 'extras/crystal.py')
-rw-r--r--extras/crystal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index b608101e4..cb053fbdf 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2531,6 +2531,7 @@ pksv_crystal_more = {
0xA5: ["displaylocation", ["id", SingleByteParam]],
0xA8: ["unknown0xa8", ["unknown", SingleByteParam]],
0xB2: ["unknown0xb2", ["unknown", SingleByteParam]],
+ 0xCC: ["unknown0xcc"],
}
class Command():
@@ -2658,6 +2659,7 @@ class GivePoke(Command):
pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x53,
0x8D, 0x8F, 0x90, 0x91, 0x92, 0x9B,
0xB2, #maybe?
+ 0xCC, #maybe?
]
def create_command_classes(debug=False):
"""creates some classes for each command byte"""