summaryrefslogtreecommitdiff
path: root/pksv.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-01-14 23:19:31 -0500
committeryenatch <yenatch@gmail.com>2013-01-14 23:19:31 -0500
commite810b8df37d73c67ed019f3fea219b0cc6080d8d (patch)
tree79190a5de118df3b9f27c08968a1c356ce9bd7d5 /pksv.py
parent6829d3aafe23ac05b2ac037c5941cfbbe6d6c7a0 (diff)
forgot to make 3jumptext an ender
original-commit-id: 669c461ad8c60c0ca709fc5b52f02c6a0fc60561
Diffstat (limited to 'pksv.py')
-rw-r--r--pksv.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pksv.py b/pksv.py
index 8f4bafe..4e9228b 100644
--- a/pksv.py
+++ b/pksv.py
@@ -292,8 +292,9 @@ pksv_crystal = {
}
#these cause the script to end; used in create_command_classes
-pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x53,
- 0x8D, 0x8F, 0x90, 0x91, 0x92, 0x9B,
+pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x52,
+ 0x53, 0x8D, 0x8F, 0x90, 0x91, 0x92,
+ 0x9B,
0xB2, #maybe?
0xCC, #maybe?
]