You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
audio.o and misc/crystal_misc.o
This commit is contained in:
4
Makefile
4
Makefile
@@ -9,6 +9,7 @@ TEXTQUEUE :=
|
||||
CRYSTAL_OBJS := \
|
||||
wram.o \
|
||||
main.o \
|
||||
audio.o \
|
||||
maps_crystal.o \
|
||||
engine/events.o \
|
||||
engine/scripting_crystal.o \
|
||||
@@ -16,7 +17,8 @@ engine/events_2.o \
|
||||
engine/credits_crystal.o \
|
||||
stats/egg_moves_crystal.o \
|
||||
stats/evos_attacks_crystal.o \
|
||||
stats/pokedex/entries_crystal.o
|
||||
stats/pokedex/entries_crystal.o \
|
||||
misc/crystal_misc.o
|
||||
|
||||
OBJS := $(CRYSTAL_OBJS)
|
||||
|
||||
|
Reference in New Issue
Block a user