diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-05-25 03:54:42 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-05-25 03:54:42 -0400 |
commit | 60f7ca40061da7ac5524636438f6bde10ea15ecb (patch) | |
tree | b2c91a80c2d3ab0f233f65e3ddf9b832b9483e2d /engine/items/tmhm.asm | |
parent | 159cef004f86d134a551a3abfba2dee9020b16d0 (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.asm | 2 |
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: |