diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-07-06 22:55:57 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-07-06 22:57:17 -0600 |
commit | ce0a831a597b05850d846aef28cb0292068409ea (patch) | |
tree | 9a5191131e5cd7d03f8fc3818bf6d310ded96a0d /Makefile | |
parent | 95c9415c46a320208160902abf0d831976efed3b (diff) |
Add the three banks of common text.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ includes := $(PYTHON) scan_includes.py rom_obj := \ +data/text/common.o \ wram.o \ main.o \ home.o |