From c48cf5565c9ece114d41abc913e7649e118ca4e6 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 27 May 2018 01:04:28 +0200 Subject: Move home to its own file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b95aa7..a3c4e68 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROMS := pokegold-spaceworld.gb BASEROM := baserom.gb -OBJS := main.o wram.o +OBJS := home.o main.o wram.o # Link objects together to build a rom. all: $(ROMS) compare -- cgit v1.2.3