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 /data/predef_pointers.asm | |
parent | 159cef004f86d134a551a3abfba2dee9020b16d0 (diff) |
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
Diffstat (limited to 'data/predef_pointers.asm')
-rw-r--r-- | data/predef_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/predef_pointers.asm b/data/predef_pointers.asm index 1693f22aa..a35a380b8 100644 --- a/data/predef_pointers.asm +++ b/data/predef_pointers.asm @@ -24,7 +24,7 @@ PredefPointers:: add_predef CanLearnTMHMMove add_predef GetTMHMMove add_predef LinkTextboxAtHL ; $ 10 - add_predef PrintMoveDesc + add_predef PrintMoveDescription add_predef UpdatePlayerHUD add_predef PlaceGraphic add_predef CheckPlayerPartyForFitMon |