mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
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:
parent
9ddbaacea8
commit
abee217ce0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user