Group miscellaneous graphics from main.asm into their own object file

Fixes #824
This commit is contained in:
Rangi
2021-04-13 12:51:27 -04:00
parent af4558f0df
commit a90d7bed73
4 changed files with 75 additions and 41 deletions

View File

@@ -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 \