diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
| commit | 6bfe2f42381deecf254542842d7c312d777062fc (patch) | |
| tree | 455a40e198aa136a23f3a98f8099569d2e7f9896 /Makefile | |
| parent | Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered (diff) | |
| parent | Get rid of more unnecessary labels in text.asm (diff) | |
| download | pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.gz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.xz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.zip | |
Merge branch 'text' of https://github.com/yenatch/pokered
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -8,13 +8,16 @@ TEXTQUEUE := RED_OBJS := \ pokered.o \ -audio_red.o +audio_red.o \ +text.o BLUE_OBJS := \ pokeblue.o \ -audio_blue.o +audio_blue.o \ +text.o OBJS := $(RED_OBJS) $(BLUE_OBJS) +OBJS := $(sort $(OBJS)) ROMS := pokered.gbc pokeblue.gbc |
