diff options
author | yenatch <yenatch@gmail.com> | 2013-08-03 16:34:51 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-03 16:34:51 -0400 |
commit | a2242e1b9d95dcaf21ecdb5ae27a497c6ee6c27a (patch) | |
tree | a30798efa48b616dc655387ba8f3c1cdd8afd466 /extras/pksv.py | |
parent | bb8990dc3cb19787e08c29409cfc674e2478fbc9 (diff) | |
parent | 0ee006a145dbe45a8844ad2dc6d8bf04b51f63bc (diff) |
Merge branch 'sprites'
Diffstat (limited to 'extras/pksv.py')
-rw-r--r-- | extras/pksv.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/extras/pksv.py b/extras/pksv.py index f30ab9294..8965c9c63 100644 --- a/extras/pksv.py +++ b/extras/pksv.py @@ -293,11 +293,8 @@ pksv_crystal = { } #these cause the script to end; used in create_command_classes -pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x52, - 0x53, 0x8D, 0x8F, 0x90, 0x91, 0x92, - 0x9B, - 0xB2, #maybe? - 0xCC, #maybe? +pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x52, 0x53, + 0x65, 0x8D, 0x8F, 0x90, 0x91, 0x92, 0x9B, 0x9A, # describedecoration ] |