ref: 1d9a68dbdd0132035f1fc7b7ea8f7fdc24741507
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