summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-06-25 13:45:50 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-06-25 13:45:50 -0400
commit67152eab98f826c22d7ae1be1aa0310e81c3d77b (patch)
treee6ca47730f11a56621187bc7475b1fde420f2d5f /engine/items
parent1caa50a6474edd3896911409d548faa0731621b7 (diff)
Keep more data/ INCLUDEs with relevant routines
Diffstat (limited to 'engine/items')
-rw-r--r--engine/items/print_item_description.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/items/print_item_description.asm b/engine/items/print_item_description.asm
index b6ab6c957..b0a3a0b33 100644
--- a/engine/items/print_item_description.asm
+++ b/engine/items/print_item_description.asm
@@ -28,3 +28,5 @@ PrintItemDescription:
ld d, [hl]
pop hl
jp PlaceString
+
+INCLUDE "data/items/descriptions.asm"