spit out trainer id constants

This commit is contained in:
Bryan Bishop
2012-05-20 02:15:40 -05:00
parent 8124e76940
commit 11177b9b7d
2 changed files with 33 additions and 4 deletions

View File

@@ -98,9 +98,8 @@ def remove_parentheticals_from_trainer_group_names():
.replace("é", "e")
# and calculate the address of the first byte of this pointer
trainer_group_names[key] = {"name": newvalue,
"pointer_address": trainer_group_pointer_table_address + (i * 2),
}
trainer_group_names[key]["name"] = newvalue
trainer_group_names[key]["pointer_address"] = trainer_group_pointer_table_address + (i * 2)
i += 1
return trainer_group_names