Skip to content

Commit

Permalink
Bugfix - Some trainers still have corrupt parties
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Jan 8, 2024
1 parent cb5cfaf commit 4d6d804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/trainers/parties.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ SchoolboyGroup:
db $fe ; delimiter
;Challenge Mode
db "BILLY@", TRAINERTYPE_MOVES
db TRAINERTYPE_MOVES
db 60, MR__MIME, PSYCHIC_M, SUBSTITUTE, REFLECT, BATON_PASS
db 65, PARASECT, GIGA_DRAIN, FURY_CUTTER, SLASH, SPORE
db 63, POLIWRATH, SUBMISSION, SURF, HYPNOSIS, BODY_SLAM
Expand Down Expand Up @@ -7414,7 +7414,7 @@ PicnickerGroup:
db "HOPE@", TRAINERTYPE_VARIABLE
;Normal Mode
db "HOPE@", TRAINERTYPE_NORMAL
db TRAINERTYPE_NORMAL
db 44, FLAAFFY
db $fe ; delimiter
Expand Down Expand Up @@ -7678,7 +7678,7 @@ PicnickerGroup:
db $fe ; delimiter
;Challenge Mode
db "LIZ@", TRAINERTYPE_MOVES
db TRAINERTYPE_MOVES
db 50, WEEPINBELL, SLEEP_POWDER, POISONPOWDER, STUN_SPORE, SLUDGE_BOMB
db 52, NIDOKING, EARTHQUAKE, DOUBLE_KICK, TOXIC, THRASH
db 52, NIDOQUEEN, EARTHQUAKE, DOUBLE_KICK, TOXIC, BODY_SLAM
Expand Down

0 comments on commit 4d6d804

Please sign in to comment.