diff options
Diffstat (limited to 'engine/routines/printitemdescription.asm')
-rw-r--r-- | engine/routines/printitemdescription.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/routines/printitemdescription.asm b/engine/routines/printitemdescription.asm index e6d087dae..4da061fda 100644 --- a/engine/routines/printitemdescription.asm +++ b/engine/routines/printitemdescription.asm @@ -11,7 +11,7 @@ PrintItemDescription: ; 0x1c8955 pop hl ld a, [wd265] ld [CurSpecies], a - predef PrintMoveDesc + predef Predef_PrintMoveDesc ret .not_a_tm |