summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-04-13 12:51:27 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-04-13 12:51:27 -0400
commita90d7bed73bb7b9effbfce8d94b8a901323aaf8e (patch)
treeb3a9b2b773a61d4d54613a2443cc3eb21bdff397 /Makefile
parentaf4558f0df58f3f2b18cfb31c276696d6f3f1432 (diff)
Group miscellaneous graphics from main.asm into their own object file
Fixes #824
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 909b98a7a..7eacd6b7b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ data/pokemon/egg_moves.o \
data/pokemon/evos_attacks.o \
engine/movie/credits.o \
engine/overworld/events.o \
+gfx/misc.o \
gfx/pics.o \
gfx/sprites.o \
gfx/tilesets.o \