Skip to content

Commit

Permalink
rebalance Soldier DV
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Dec 9, 2024
1 parent 99e67d7 commit e2c9a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/trainers/dvs.asm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TrainerClassDVs:
dn 9, 8, 8, 8 ; INSTRUCTOR
dn 10, 10, 13, 14; PROFESSOR
dn 10, 10, 10, 10; PRODIGY
dn 10, 10, 10, 7 ; SOLDIER
dn 12, 12, 10, 7 ; SOLDIER
dn 9, 8, 8, 8 ; FLEDGLING
dn 9, 10, 8, 8 ; BALLSMITH
dn 7, 8, 8, 8 ; MYSTIC
Expand Down
6 changes: 3 additions & 3 deletions data/trainers/parties.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5135,10 +5135,10 @@ InstructorGroup:
next_party
string "FRANK"
db TRAINERTYPE_MOVES
dbw 23, HAUNTER
dw CURSE, NIGHT_SHADE, SPITE, NO_MOVE
dbw 23, GASTLY
dw CURSE, SMOG, LICK, NO_MOVE
dbw 24, BIPULLA
dw LICK, CONFUSION, LICK, FORESIGHT
dw LICK, PURSUIT, HYPNOSIS, NO_MOVE
end_party

end_party_list
Expand Down

0 comments on commit e2c9a82

Please sign in to comment.