version-sensitive objects for egg moves and evos/attacks

this way main.o and wram.o are version-neutral
This commit is contained in:
yenatch
2013-11-22 00:09:51 -05:00
parent 02e8b4c7b6
commit 94188ee0f7
8 changed files with 16 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ PYTHON := python
TEXTFILES := $(shell find ./ -type f -name '*.asm' | grep -v globals.asm)
TEXTQUEUE :=
CRYSTAL_OBJS := wram.o main.o
CRYSTAL_OBJS := wram.o main.o stats/egg_moves_crystal.o stats/evos_attacks_crystal.o
OBJS := $(CRYSTAL_OBJS)
ROMS := pokecrystal.gbc