summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)