summaryrefslogtreecommitdiff
path: root/engine/items/tmhm.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-05-25 03:54:42 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-05-25 03:54:42 -0400
commit60f7ca40061da7ac5524636438f6bde10ea15ecb (patch)
treeb2c91a80c2d3ab0f233f65e3ddf9b832b9483e2d /engine/items/tmhm.asm
parent159cef004f86d134a551a3abfba2dee9020b16d0 (diff)
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
Diffstat (limited to 'engine/items/tmhm.asm')
-rw-r--r--engine/items/tmhm.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm
index 736f00cdb..c15be2847 100644
--- a/engine/items/tmhm.asm
+++ b/engine/items/tmhm.asm
@@ -252,7 +252,7 @@ TMHM_ShowTMMoveDescription:
ld a, [wTempTMHM]
ld [wCurSpecies], a
hlcoord 1, 14
- call PrintMoveDesc
+ call PrintMoveDescription
jp TMHM_JoypadLoop
TMHM_ChooseTMorHM: