mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 15:42:51 -05:00
Move files and such out of asm/
This commit is contained in:
parent
1f74003699
commit
98aade31e9
2
Makefile
2
Makefile
|
|
@ -45,7 +45,7 @@ LD_SCRIPT := pokediamond.lcf
|
|||
|
||||
# Directories containing source files
|
||||
SRC_DIRS := src
|
||||
ASM_DIRS := asm
|
||||
ASM_DIRS := asm data files
|
||||
|
||||
C_FILES := $(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.c))
|
||||
S_FILES := $(foreach dir,$(ASM_DIRS),$(wildcard $(dir)/*.s))
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
.include "asm/macros.inc"
|
||||
.text
|
||||
.incbin "asm/FILE_3B3A00_dt_test_res_cellanm.txt"
|
||||
.balign 512, 255
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
.include "asm/macros.inc"
|
||||
.text
|
||||
.incbin "asm/FILE_3B4000_dt_test_res_multianm.txt"
|
||||
.balign 512, 255
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user