Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-12-07 09:26:08 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-12-07 09:26:08 +0300
commitb835a3131ecb7c4e5c52c2e9ad1f90096c015f4d (patch)
treecab17501446a3b7e9d986868ea3bec72aa726111
parenta234a21679f804021a159722abbdc9cf9ffcc8e0 (diff)
.bat file removed
-rw-r--r--!build_rom.bat54
m---------tools_sources/NesTiler0
2 files changed, 0 insertions, 54 deletions
diff --git a/!build_rom.bat b/!build_rom.bat
deleted file mode 100644
index 572b1a3..0000000
--- a/!build_rom.bat
+++ /dev/null
@@ -1,54 +0,0 @@
-@echo off
-SET GAMES_LIST=configs\games.list
-SET OUTPUT_UNIF=multirom.unf
-SET OUTPUT_BIN=multirom.bin
-SET MENU_IMAGE=images\menu.png
-SET MENU_ROM=menu.nes
-SET MAX_SIZE=128
-SET SORT_GAMES=FALSE
-SET TILER=tools\nestiler.exe
-SET COMBINER=tools\coolgirl-combiner.exe
-SET NESASM=tools\nesasm.exe
-rem SET NESASM=%NESASM% --symbols=%OUTPUT_UNIF% -iWss
-SET OFFSETS_FILE=offsets.json
-SET REPORT_FILE=report.txt
-if exist menu.nes del menu.nes
-if exist menu_header_pattern_table.bin del menu_header_pattern_table.bin
-if exist menu_header_name_table.bin del menu_header_name_table.bin
-if exist menu_header_attribute_table.bin del menu_header_attribute_table.bin
-if exist bg_palette0.bin del bg_palette0.bin
-if exist bg_palette1.bin del bg_palette1.bin
-if exist bg_palette2.bin del bg_palette2.bin
-if exist bg_palette3.bin del bg_palette3.bin
-if exist menu_sprites.bin del menu_sprites.bin
-if exist sprites_palette.bin del sprites_palette.bin
-if exist menu_symbols.bin del menu_symbols.bin
-if exist menu_footer_pattern_table.bin del menu_footer_pattern_table.bin
-if exist menu_footer_name_table.bin del menu_footer_name_table.bin
-if exist games.asm del games.asm
-if exist *.nl del *.nl
-if exist %OFFSETS_FILE% del %OFFSETS_FILE%
-if exist %REPORT_FILE% del %REPORT_FILE%
-if exist %OUTPUT_UNIF% del %OUTPUT_UNIF%
-if exist %OUTPUT_BIN% del %OUTPUT_BIN%
-if /I %SORT_GAMES% NEQ TRUE SET NOSORTP=--nosort
-@echo on
-%TILER% --i0 images\menu_header.png --enable-palettes 0,1,2 --out-pattern-table0 menu_header_pattern_table.bin --out-name-table0 menu_header_name_table.bin --out-attribute-table0 menu_header_attribute_table.bin --out-palette0 bg_palette0.bin --out-palette1 bg_palette1.bin --out-palette2 bg_palette2.bin --bgcolor #000000
-@if %ERRORLEVEL% neq 0 goto error
-%TILER% --i0 images\menu_symbols.png -i1 images\menu_footer.png --enable-palettes 3 --pattern-offset0 128 --pattern-offset1 224 --out-pattern-table0 menu_symbols.bin --out-pattern-table1 menu_footer_pattern_table.bin --out-name-table1 menu_footer_name_table.bin --out-palette3 bg_palette3.bin --bgcolor #000000
-@if %ERRORLEVEL% neq 0 goto error
-%TILER% --mode sprites --i0 images\menu_sprites.png --enable-palettes 0 --out-pattern-table0 menu_sprites.bin --out-palette0 sprites_palette.bin --bgcolor #000000
-@if %ERRORLEVEL% neq 0 goto error
-%COMBINER% prepare --games %GAMES_LIST% --asm games.asm --maxromsize %MAX_SIZE% --offsets %OFFSETS_FILE% --report %REPORT_FILE% %NOSORTP%
-@if %ERRORLEVEL% neq 0 goto error
-%NESASM% menu.asm -o %MENU_ROM%
-@if %ERRORLEVEL% neq 0 goto error
-%COMBINER% combine --loader %MENU_ROM% --offsets %OFFSETS_FILE% --unif %OUTPUT_UNIF% --bin %OUTPUT_BIN%
-@if %ERRORLEVEL% neq 0 goto error
-@if exist %OUTPUT_UNIF% echo Seems like everything is fine! %OUTPUT_UNIF% created.
-@pause
-@exit 0
-:error
-@echo Oops, something is wrong!
-@pause
-exit 1
diff --git a/tools_sources/NesTiler b/tools_sources/NesTiler
-Subproject cc3a2291306802c67c4488c454fe9e7544b3368
+Subproject 57e7a4a1ee81149be75f5823ef124296955298a