shithub: pokecrystal

Download patch

ref: 92152c98fc0cd319f5fff1b0e7ee76dc2c0520d2
parent: c2b485a1d62702eebc4af5429ff8cf102b7120ce
author: yenatch <[email protected]>
date: Fri Jul 19 21:20:33 EDT 2013

script command scripttalkafter is an ender

--- a/extras/pksv.py
+++ b/extras/pksv.py
@@ -293,11 +293,8 @@
 }
 
 #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
                            ]