You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
don't add TrainerGroupTable to future dumps
This commit is contained in:
@@ -8104,8 +8104,8 @@ def run_main():
|
|||||||
find_trainer_ids_from_scripts()
|
find_trainer_ids_from_scripts()
|
||||||
|
|
||||||
# and parse the main TrainerGroupTable once we know the max number of trainers
|
# and parse the main TrainerGroupTable once we know the max number of trainers
|
||||||
global trainer_group_table
|
#global trainer_group_table
|
||||||
trainer_group_table = TrainerGroupTable()
|
#trainer_group_table = TrainerGroupTable()
|
||||||
|
|
||||||
# improve duplicate trainer names
|
# improve duplicate trainer names
|
||||||
make_trainer_group_name_trainer_ids()
|
make_trainer_group_name_trainer_ids()
|
||||||
|
Reference in New Issue
Block a user