diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 10:51:02 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 10:51:02 -0500 |
commit | 6fe56af2cd63abaf30040cc5031e3db5358cf638 (patch) | |
tree | b024aa8480912ebf2667184068466ee7f354012c /home.asm | |
parent | ed03fc4f4a3287a01647e528abba27aac1937de0 (diff) |
Organize home and macro code
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |