mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-07-19 08:53:15 -05:00
add missing blackbelt wai
original-commit-id: 49c9557964eb8f06a7f3378a377365d512e5381d
This commit is contained in:
parent
507cde6c93
commit
73cd239a2e
|
|
@ -3557,6 +3557,9 @@ class TrainerGroupHeader:
|
|||
elif self.group_id == 0x31:
|
||||
# missing jugglers
|
||||
max_id += 3
|
||||
elif self.group_id == 0x32:
|
||||
# blackbelt wai
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user