Split print_move_description and mon_menu

This commit is contained in:
mid-kid
2018-08-06 17:20:05 +02:00
parent 98e670f363
commit 86c1b05fbc
6 changed files with 1574 additions and 1574 deletions

View File

@@ -0,0 +1,14 @@
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