summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2018-06-01 16:13:21 -0600
committerIIMarckus <iimarckus@gmail.com>2018-06-01 16:13:21 -0600
commit1a13f92d5db9cf08ddd87a5fc79f446375138b77 (patch)
tree4a7699506f2bcc07229bb88055195eaebec4db4a /Makefile
parentd79082f39cfe6700a60e0f025c23b42fbb1c3116 (diff)
Split text sections into one object per bank.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc3f1459..b5651399 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ MD5 := md5sum -c
pokered_obj := audio_red.o main_red.o
pokeblue_obj := audio_blue.o main_blue.o
-both_obj := text.o wram.o
+both_obj := en/text/text1.o en/text/text2.o en/text/text3.o en/text/text4.o en/text/text5.o en/text/text6.o en/text/text7.o en/text/text8.o en/text/text9.o en/text/text10.o en/text/text11.o en/text/pokedex_text.o en/text/move_names.o wram.o
.SUFFIXES:
.SECONDEXPANSION: