summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crystal.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index 88a7f14..69cd25e 100644
--- a/crystal.py
+++ b/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("@", "").\