Move some more main.asm routines into individual files

This commit is contained in:
Remy Oukaour
2017-12-16 19:00:50 -05:00
parent 05d49f7d75
commit 25a3960646
21 changed files with 301 additions and 300 deletions

View File

@@ -17,19 +17,20 @@ RGBLINK := rgblink
crystal_obj := \
wram.o \
main.o \
lib/mobile/main.o \
home.o \
audio.o \
home.o \
main.o \
maps.o \
engine/events.o \
engine/credits.o \
wram.o \
data/pokemon/dex_entries.o \
data/pokemon/egg_moves.o \
data/pokemon/evos_attacks.o \
data/pokemon/dex_entries.o \
text/common_text.o \
gfx/pics.o
engine/credits.o \
engine/events.o \
gfx/pics.o \
gfx/sprites.o \
lib/mobile/main.o \
text/common_text.o
crystal11_obj := $(crystal_obj:.o=11.o)