From 6fe56af2cd63abaf30040cc5031e3db5358cf638 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 5 Nov 2020 10:51:02 -0500 Subject: Organize home and macro code --- home.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'home.asm') 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" -- cgit v1.3.1-sl0p