diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-10 04:07:13 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-10 10:48:29 -0400 |
commit | 18df0a5e3742278c8c373b196b47427f713a865d (patch) | |
tree | a220f29c9316e1fbb326ddd976093efa36a8e081 /Makefile | |
parent | 9b816713e1ed9ca3df9ff4321a1f255635658a43 (diff) |
Add engine/rtc/rtc.asm and engine/overworld/overworld.asm.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ home.o \ main.o \ wram.o \ data/text/common.o \ -data/pokemon/dex_entries.o +data/pokemon/dex_entries.o \ +gfx/sprites.o # Distinguish asm files which are game-exclusive for building (*_[gold|silver].asm) gs_excl_asm := gfx/pics |