diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 03:57:12 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 03:57:12 -0500 |
commit | cb73b9f939103dba8df9110a40e4d5929bf82721 (patch) | |
tree | 131b5de3f15d72f873a5f9b6f409c20b903cc131 /trainers.py | |
parent | 2e27285e37161f919903f7e885f0dfb212a3dd20 (diff) |
rename cal's header to PKMN Trainer
original-commit-id: 6a2dc36749563d2db179d8dfe38db445515d5495
Diffstat (limited to 'trainers.py')
-rw-r--r-- | trainers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trainers.py b/trainers.py index 523e8ce..c311a77 100644 --- a/trainers.py +++ b/trainers.py @@ -24,7 +24,7 @@ trainer_group_names = { #PokemonProf group is empty :/ 0x0A: {"name": "Pokémon Prof.", "constant": "POKEMON_PROF"}, 0x0B: {"name": "Elite Four Will", "uses_numeric_trainer_ids": True, "constant": "WILL"}, -0x0C: {"name": "Special PKMN 1 [Cal]", "constant": "CAL"}, +0x0C: {"name": "PKMN [Cal]", "constant": "CAL"}, 0x0D: {"name": "Elite Four Bruno", "uses_numeric_trainer_ids": True, "constant": "BRUNO"}, 0x0E: {"name": "Elite Four Karen", "uses_numeric_trainer_ids": True, "constant": "KAREN"}, 0x0F: {"name": "Elite Four Koga", "uses_numeric_trainer_ids": True, "constant": "KOGA"}, |