From c49dd99a986b58a9a19f6e53c6e132aa5c18c1de Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 27 Jan 2014 17:09:09 -0500 Subject: Split wram.asm from poke{red,blue}.o into wram.o wram.asm still defines some constants. They're moved into constants/wram_constants.asm. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9beb2c04..9a309790 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,13 @@ TEXTQUEUE := RED_OBJS := \ pokered.o \ audio_red.o \ +wram.o \ text.o BLUE_OBJS := \ pokeblue.o \ audio_blue.o \ +wram.o \ text.o OBJS := $(RED_OBJS) $(BLUE_OBJS) -- cgit v1.2.3