ref: 32b92ca51c73f1ad9be169bef476b9c93687e2a4
dir: /engine/battle/read_trainer_dvs.asm/
GetTrainerDVs: ; 270c4 ; 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 ; 270d6