mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
finally compile multiple objects
pokecrystal.asm doesnt really make sense now so its gone add includes.asm so objects have a standard include set
This commit is contained in:
parent
34aac15db0
commit
f6706ecb09
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ PYTHON := python
|
||||
TEXTFILES := $(shell find ./ -type f -name '*.asm' | grep -v globals.asm)
|
||||
TEXTQUEUE :=
|
||||
|
||||
OBJS := pokecrystal.o
|
||||
OBJS := wram.o main.o
|
||||
|
||||
PNGS := $(shell find gfx/ -type f -name '*.png')
|
||||
LZS := $(shell find gfx/ -type f -name '*.lz')
|
||||
|
@ -1,5 +1,2 @@
|
||||
INCLUDE "globals.asm"
|
||||
|
||||
INCLUDE "constants.asm"
|
||||
INCLUDE "wram.asm"
|
||||
INCLUDE "main.asm"
|
Loading…
Reference in New Issue
Block a user