ref: 331ed51264615a7edc794e7d29b361f3e5770652
dir: /engine/pokemon/print_move_description.asm/
PrintMoveDesc: push hl ld hl, MoveDescriptions ld a, [wCurSpecies] dec a ld c, a ld b, 0 add hl, bc add hl, bc ld a, [hli] ld e, a ld d, [hl] pop hl jp PlaceString