Advertisement
mnchngrngs

trainer DVs

Oct 11th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. TrainerClassDVs:
  2. ; entries correspond to trainer classes (see constants/trainer_constants.asm)
  3. table_width 2, TrainerClassDVs
  4. ; atk,def,spd,spc
  5. dn 9, 10, 7, 7 ; FALKNER
  6. dn 8, 8, 8, 8 ; WHITNEY
  7. dn 9, 8, 8, 8 ; BUGSY
  8. dn 9, 8, 8, 8 ; MORTY
  9. dn 9, 8, 8, 8 ; PRYCE
  10. dn 9, 8, 8, 8 ; JASMINE
  11. dn 9, 8, 8, 8 ; CHUCK
  12. dn 7, 12, 13, 13 ; CLAIR
  13. dn 13, 13, 13, 13 ; RIVAL1
  14. dn 9, 8, 8, 8 ; POKEMON_PROF
  15. dn 13, 12, 13, 13 ; WILL
  16. dn 13, 12, 13, 13 ; CAL
  17. dn 13, 12, 13, 13 ; BRUNO
  18. dn 7, 15, 13, 15 ; KAREN
  19. dn 13, 12, 13, 13 ; KOGA
  20. dn 13, 12, 13, 13 ; CHAMPION
  21. dn 9, 8, 8, 8 ; BROCK
  22. dn 7, 8, 8, 8 ; MISTY
  23. dn 9, 8, 8, 8 ; LT_SURGE
  24. dn 9, 8, 8, 8 ; SCIENTIST
  25. dn 7, 8, 8, 8 ; ERIKA
  26. dn 9, 8, 8, 8 ; YOUNGSTER
  27. dn 9, 8, 8, 8 ; SCHOOLBOY
  28. dn 9, 8, 8, 8 ; BIRD_KEEPER
  29. dn 5, 8, 8, 8 ; LASS
  30. dn 9, 8, 8, 8 ; JANINE
  31. dn 13, 8, 12, 8 ; COOLTRAINERM
  32. dn 7, 12, 12, 8 ; COOLTRAINERF
  33. dn 6, 9, 12, 8 ; BEAUTY
  34. dn 9, 8, 8, 8 ; POKEMANIAC
  35. dn 13, 8, 10, 8 ; GRUNTM
  36. dn 9, 8, 8, 8 ; GENTLEMAN
  37. dn 9, 8, 8, 8 ; SKIER
  38. dn 6, 8, 8, 8 ; TEACHER
  39. dn 7, 13, 8, 7 ; SABRINA
  40. dn 9, 8, 8, 8 ; BUG_CATCHER
  41. dn 9, 8, 8, 8 ; FISHER
  42. dn 9, 8, 8, 8 ; SWIMMERM
  43. dn 7, 8, 8, 8 ; SWIMMERF
  44. dn 9, 8, 8, 8 ; SAILOR
  45. dn 9, 8, 8, 8 ; SUPER_NERD
  46. ; BUG: RIVAL2 has lower DVs than RIVAL1 (see docs/bugs_and_glitches.md)
  47. dn 9, 8, 8, 8 ; RIVAL2
  48. dn 9, 8, 8, 8 ; GUITARIST
  49. dn 10, 8, 8, 8 ; HIKER
  50. dn 9, 8, 8, 8 ; BIKER
  51. dn 9, 8, 8, 8 ; BLAINE
  52. dn 9, 8, 8, 8 ; BURGLAR
  53. dn 9, 8, 8, 8 ; FIREBREATHER
  54. dn 9, 8, 8, 8 ; JUGGLER
  55. dn 9, 8, 8, 8 ; BLACKBELT_T
  56. dn 13, 8, 10, 8 ; EXECUTIVEM
  57. dn 9, 8, 8, 8 ; PSYCHIC_T
  58. dn 6, 10, 10, 8 ; PICNICKER
  59. dn 9, 8, 8, 8 ; CAMPER
  60. dn 7, 14, 10, 8 ; EXECUTIVEF
  61. dn 9, 8, 8, 8 ; SAGE
  62. dn 7, 8, 8, 8 ; MEDIUM
  63. dn 9, 8, 8, 8 ; BOARDER
  64. dn 9, 8, 8, 8 ; POKEFANM
  65. dn 6, 8, 8, 10 ; KIMONO_GIRL
  66. dn 6, 8, 10, 8 ; TWINS
  67. dn 6, 13, 8, 8 ; POKEFANF
  68. dn 15, 13, 13, 14 ; RED
  69. dn 9, 13, 13, 13 ; BLUE
  70. dn 9, 8, 8, 8 ; OFFICER
  71. dn 7, 14, 10, 8 ; GRUNTF
  72. dn 9, 8, 8, 8 ; MYSTICALMAN
  73. assert_table_length NUM_TRAINER_CLASSES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement