summaryrefslogtreecommitdiff
path: root/engine/items/tmhm.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-08-06 17:20:05 +0200
committermid-kid <esteve.varela@gmail.com>2018-08-07 09:46:21 +0200
commit86c1b05fbc74711d03e4a2122342c55e58d99995 (patch)
treecb9b23ba13414b87c18572457e690b65aed8eb77 /engine/items/tmhm.asm
parent98e670f3637b5f845a91423ee2d624d2f1e331a6 (diff)
Split print_move_description and mon_menu
Diffstat (limited to 'engine/items/tmhm.asm')
-rw-r--r--engine/items/tmhm.asm15
1 files changed, 0 insertions, 15 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm
index 38ffa865e..14e481248 100644
--- a/engine/items/tmhm.asm
+++ b/engine/items/tmhm.asm
@@ -557,18 +557,3 @@ CountTMsHMs:
ld a, b
ld [wTempTMHM], a
ret
-
-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