mirror of
https://github.com/rvtr/TwlIPL_commit-99.git
synced 2025-10-31 06:21:11 -04:00
27 lines
545 B
Batchfile
Executable File
27 lines
545 B
Batchfile
Executable File
|
|
"%NITROSYSTEM_ROOT%/tools/bin/sndarc.exe" sound_data.sarc
|
|
|
|
@if errorlevel 1 goto err
|
|
|
|
call "%NITROSYSTEM_ROOT%/tools/bin/MakeSoundPlayer.bat" sound_data.sdat
|
|
|
|
@if errorlevel 1 goto err
|
|
|
|
"%CWFOLDER_TWL%/ARM_Tools/Command_Line_Tools/BinTOELF.exe" sound_data.sdat -aligndata 32 -output sound_data.o -section .rodata -symbolname sound_data_sdat
|
|
|
|
@if errorlevel 1 goto err
|
|
|
|
@goto ok
|
|
|
|
:ok
|
|
@echo =======================
|
|
@echo Convert is SUCCESS !!!
|
|
@echo =======================
|
|
@goto end
|
|
|
|
:err
|
|
@pause
|
|
|
|
:end
|
|
|