shithub: pokecrystal

Download patch

ref: 1286f37a855aa5e7fca62698847c8d1f6b98a1b7
parent: 38b986200243668deb8f80494589b577794ac410
author: Bryan Bishop <[email protected]>
date: Sun May 20 00:32:39 EDT 2012

don't add TrainerGroupTable to future dumps

--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -8104,8 +8104,8 @@
     find_trainer_ids_from_scripts()
 
     # and parse the main TrainerGroupTable once we know the max number of trainers
-    global trainer_group_table
-    trainer_group_table = TrainerGroupTable()
+    #global trainer_group_table
+    #trainer_group_table = TrainerGroupTable()
 
     # improve duplicate trainer names
     make_trainer_group_name_trainer_ids()