ref: 3648afda1694fcb4d6fe6625b14f5a3f8bc29c38
dir: /engine/battle/read_trainer_dvs.asm/
GetTrainerDVs: ; Return the DVs of wOtherTrainerClass in bc push hl ld a, [wOtherTrainerClass] dec a ld c, a ld b, 0 ld hl, TrainerClassDVs add hl, bc add hl, bc ld a, [hli] ld b, a ld c, [hl] pop hl ret INCLUDE "data/trainers/dvs.asm"