summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-19 18:33:42 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-19 18:33:42 -0500
commit47a9c3fb9cfae2b2d8f08f4395c9de9dd9c9c744 (patch)
tree1ddde11472d539eb56e646b34632cd47a6c66773 /crystal.py
parent406f4786c894b7c66f82f180b47f0310f4444ad0 (diff)
fix missing supernerd markus
original-commit-id: c735786cebcaf90f314f0c048c5c672d313c6507
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index 6f9fe99..a6951e7 100644
--- a/crystal.py
+++ b/crystal.py
@@ -3548,6 +3548,9 @@ class TrainerGroupHeader:
if self.group_id == 0x0C:
# CAL appears a third time with third-stage evos (meganium, typhlosion, feraligatr)
max_id += 1
+ elif self.group_id == 0x29:
+ # there's a missing supernerd :(
+ max_id += 1
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)