Fix swapped comments in data/trainers/dvs.asm

Bugsy has trainer class id 3 and his DVs are 9/8/8/8.
Whitney has trainer class id 2 and her DVs are 8/8/8/8.
This commit is contained in:
Ryan Tandy 2019-08-27 16:23:27 -07:00
parent 9ddbaacea8
commit abee217ce0

View File

@ -2,8 +2,8 @@ TrainerClassDVs:
; entries correspond to trainer classes (see constants/trainer_constants.asm)
; atk,def,spd,spc
dn 9, 10, 7, 7 ; FALKNER
dn 8, 8, 8, 8 ; BUGSY
dn 9, 8, 8, 8 ; WHITNEY
dn 8, 8, 8, 8 ; WHITNEY
dn 9, 8, 8, 8 ; BUGSY
dn 9, 8, 8, 8 ; MORTY
dn 9, 8, 8, 8 ; PRYCE
dn 9, 8, 8, 8 ; JASMINE