summaryrefslogtreecommitdiff
path: root/extras/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/crystal.py')
-rw-r--r--extras/crystal.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index 88a7f1421..69cd25e9c 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -3633,6 +3633,10 @@ class TrainerHeader:
seed = trainer_group_names[self.trainer_group_id]["name"]+"_"+seed[-x:]
elif self.trainer_group_id == 0x1f and "EXECUTIVE" in seed:
seed = "GRUNT_"+seed
+ elif self.trainer_group_id == 0x2d and "BENNY" in seed.upper():
+ seed = "BIKER_BENNY"
+ elif self.trainer_group_id == 0x24 and "BENNY" in seed.upper():
+ seed = "BUG_CATCHER_BENNY"
return string.capwords(seed).\
replace("@", "").\