summaryrefslogtreecommitdiff
path: root/engine/pokemon/print_move_description.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokemon/print_move_description.asm')
-rw-r--r--engine/pokemon/print_move_description.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/pokemon/print_move_description.asm b/engine/pokemon/print_move_description.asm
index c461f2f3d..3647e1c54 100644
--- a/engine/pokemon/print_move_description.asm
+++ b/engine/pokemon/print_move_description.asm
@@ -1,4 +1,4 @@
-PrintMoveDesc:
+PrintMoveDescription:
push hl
ld hl, MoveDescriptions
ld a, [wCurSpecies]
@@ -12,3 +12,5 @@ PrintMoveDesc:
ld d, [hl]
pop hl
jp PlaceString
+
+INCLUDE "data/moves/descriptions.asm"