mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-07 17:55:12 -05:00
don't add TrainerGroupTable to future dumps
original-commit-id: 1286f37a855aa5e7fca62698847c8d1f6b98a1b7
This commit is contained in:
@@ -8104,8 +8104,8 @@ def run_main():
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user