You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
This commit is contained in:
@@ -11,7 +11,7 @@ PrintItemDescription:
|
||||
pop hl
|
||||
ld a, [wTempTMHM]
|
||||
ld [wCurSpecies], a
|
||||
predef PrintMoveDesc
|
||||
predef PrintMoveDescription
|
||||
ret
|
||||
|
||||
.not_a_tm
|
||||
|
@@ -252,7 +252,7 @@ TMHM_ShowTMMoveDescription:
|
||||
ld a, [wTempTMHM]
|
||||
ld [wCurSpecies], a
|
||||
hlcoord 1, 14
|
||||
call PrintMoveDesc
|
||||
call PrintMoveDescription
|
||||
jp TMHM_JoypadLoop
|
||||
|
||||
TMHM_ChooseTMorHM:
|
||||
|
Reference in New Issue
Block a user