summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 10:51:02 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 10:51:02 -0500
commit6fe56af2cd63abaf30040cc5031e3db5358cf638 (patch)
treeb024aa8480912ebf2667184068466ee7f354012c /home.asm
parented03fc4f4a3287a01647e528abba27aac1937de0 (diff)
Organize home and macro code
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.asm b/home.asm
index b21eb4b8..4ae08bc1 100644
--- a/home.asm
+++ b/home.asm
@@ -50,6 +50,7 @@ INCLUDE "home/inventory.asm"
INCLUDE "home/list_menu.asm"
INCLUDE "home/names.asm"
INCLUDE "home/reload_tiles.asm"
+INCLUDE "home/printer.asm"
INCLUDE "home/item.asm"
INCLUDE "home/textbox.asm"
INCLUDE "home/cgb_palettes.asm"