summaryrefslogtreecommitdiff
path: root/extras/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/crystal.py')
-rw-r--r--extras/crystal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index 53803fca8..472f01d52 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -3554,6 +3554,9 @@ class TrainerGroupHeader:
elif self.group_id == 0x2D:
# missing bikers
max_id += 2
+ elif self.group_id == 0x31:
+ # missing jugglers
+ max_id += 3
for trainer_id in range(min_id, max_id+1):
trainer_header = TrainerHeader(address=current_address, trainer_group_id=self.group_id, trainer_id=trainer_id, parent=self)