shithub: pokecrystal

ref: 1b1b0ac6ea1bb0ca11c2aa05411ece130f9cb98c
dir: /engine/pokemon/print_move_description.asm/

View raw version
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