Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescription (like ItemDescriptions with PrintItemDescription)

This commit is contained in:
Rangi
2020-05-25 03:54:42 -04:00
parent 159cef004f
commit 60f7ca4006
6 changed files with 7 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ PrintItemDescription:
pop hl
ld a, [wTempTMHM]
ld [wCurSpecies], a
predef PrintMoveDesc
predef PrintMoveDescription
ret
.not_a_tm

View File

@@ -252,7 +252,7 @@ TMHM_ShowTMMoveDescription:
ld a, [wTempTMHM]
ld [wCurSpecies], a
hlcoord 1, 14
call PrintMoveDesc
call PrintMoveDescription
jp TMHM_JoypadLoop
TMHM_ChooseTMorHM: