Decoration -save -fill (#30)

This commit is contained in:
FexCollects 2025-10-29 23:37:46 -06:00 committed by GitHub
parent 931276e79e
commit 3ef9bdc107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ build/08-O001-%.z80: build/08-O001-%.gbc
build/08-O001-%.vpk: build/08-O001-%.z80
../bin/nedc/v1.4.1/nevpk -c -i $< -o $@
build/08-O001-%-01.raw: build/08-O001-%.vpk
../bin/nedc/v1.4.1/nedcmake -i $< -o $(subst -01.raw,,$@) -type 1 -region 1
../bin/nedc/v1.4.1/nedcmake -i $< -o $(subst -01.raw,,$@) -type 1 -region 1 -save 1 -fill 1 -name "Decor Gift"
.PRECIOUS: build/08-O001-%.tx build/08-O001-%.o build/08-O001-%.gbc build/08-O001-%.z80 build/08-O001-%.vpk build/08-O001-%-01.raw