diff options
| author | IIMarckus <iimarckus@gmail.com> | 2018-06-01 16:13:21 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2018-06-01 16:13:21 -0600 |
| commit | 1a13f92d5db9cf08ddd87a5fc79f446375138b77 (patch) | |
| tree | 4a7699506f2bcc07229bb88055195eaebec4db4a /Makefile | |
| parent | d79082f39cfe6700a60e0f025c23b42fbb1c3116 (diff) | |
Split text sections into one object per bank.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
