diff options
| author | IIMarckus <iimarckus@gmail.com> | 2015-12-18 00:59:03 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2015-12-18 00:59:03 -0700 |
| commit | 82e2fe78e1f52b45d0c2fddc80b99211838a7ff8 (patch) | |
| tree | 69ca6ce5ef2a985cf47a21c9d1054286e10c4cbc /Makefile | |
| parent | 67d38da5b01173d2a78a3e083aff505f40276f2e (diff) | |
Split common text into a separate object.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,7 @@ data/egg_moves_crystal.o \ data/evos_attacks_crystal.o \ data/pokedex/entries_crystal.o \ misc/crystal_misc.o \ +text/common_text.o \ gfx/pics.o crystal_obj := \ @@ -38,6 +39,7 @@ data/egg_moves_crystal.o \ data/evos_attacks_crystal.o \ data/pokedex/entries_crystal.o \ misc/crystal_misc.o \ +text/common_text.o \ gfx/pics.o all_obj := $(crystal_obj) crystal11.o wram11.o |
