Move text/ into data/

This commit is contained in:
Remy Oukaour
2018-01-09 00:23:48 -05:00
parent 187196ff80
commit 31edd7f803
51 changed files with 1052 additions and 1052 deletions

View File

@@ -22,6 +22,7 @@ home.o \
main.o \
maps.o \
wram.o \
data/common_text/common_text.o \
data/pokemon/dex_entries.o \
data/pokemon/egg_moves.o \
data/pokemon/evos_attacks.o \
@@ -29,8 +30,7 @@ engine/credits.o \
engine/events.o \
gfx/pics.o \
gfx/sprites.o \
lib/mobile/main.o \
text/common_text.o
lib/mobile/main.o
crystal11_obj := $(crystal_obj:.o=11.o)