diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 02:52:51 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 02:52:51 -0500 |
commit | 264a01671c69f3325bcdc4c4124edc55697a4052 (patch) | |
tree | 7e5ddf4f13180522e8d762063f3ba61b2fb81d37 /trainers.py | |
parent | e02d235d34f637e185f7e2cf72f8476d734e7d5a (diff) |
update the constants for BLACKBELT_T and PSYCHIC_T in trainers.py
original-commit-id: b731d8d1f8ae09e1ad37a6a8d7d330d8a7839535
Diffstat (limited to 'trainers.py')
-rw-r--r-- | trainers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trainers.py b/trainers.py index 0a465a0..523e8ce 100644 --- a/trainers.py +++ b/trainers.py @@ -62,9 +62,9 @@ trainer_group_names = { 0x2F: {"name": "Burglar", "constant": "BURGLAR"}, 0x30: {"name": "Firebreather", "constant": "FIREBREATHER"}, 0x31: {"name": "Juggler", "constant": "JUGGLER"}, -0x32: {"name": "Blackbelt", "constant": "BLACKBELT"}, +0x32: {"name": "Blackbelt", "constant": "BLACKBELT_T"}, 0x33: {"name": "ExecutiveM", "uses_numeric_trainer_ids": True, "constant": "EXECUTIVEM"}, -0x34: {"name": "Psychic", "constant": "PSYCHIC"}, +0x34: {"name": "Psychic", "constant": "PSYCHIC_T"}, 0x35: {"name": "Picnicker", "constant": "PICNICKER"}, 0x36: {"name": "Camper", "constant": "CAMPER"}, 0x37: {"name": "ExecutiveF", "uses_numeric_trainer_ids": True, "constant": "EXECUTIVEF"}, |