summaryrefslogtreecommitdiff
path: root/engine/items
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
parent159cef004f86d134a551a3abfba2dee9020b16d0 (diff)
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
Diffstat (limited to 'engine/items')
-rw-r--r--engine/items/print_item_description.asm2
-rw-r--r--engine/items/tmhm.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/print_item_description.asm b/engine/items/print_item_description.asm
index 5d944e206..999c2075a 100644
--- a/engine/items/print_item_description.asm
+++ b/engine/items/print_item_description.asm
@@ -11,7 +11,7 @@ PrintItemDescription:
pop hl
ld a, [wTempTMHM]
ld [wCurSpecies], a
- predef PrintMoveDesc
+ predef PrintMoveDescription
ret
.not_a_tm
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: