diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-05-19 18:52:23 -0500 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-19 18:52:23 -0500 |
| commit | 7762fd89d2355c65b91103df88690bc8faf05b44 (patch) | |
| tree | f2669fa6d7c9f20e9198da66cc2be0e8fd5bcec1 /extras | |
| parent | 49c9557964eb8f06a7f3378a377365d512e5381d (diff) | |
add missing trainer header for kimono girl miki
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/crystal.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 2249f9835..821c6e449 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -3560,6 +3560,9 @@ class TrainerGroupHeader: elif self.group_id == 0x32: # blackbelt wai max_id += 1 + elif self.group_id == 0x3C: + # kimono girl miki + 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) |
