Skip to content

Commit

Permalink
add done message
Browse files Browse the repository at this point in the history
  • Loading branch information
wodowiesel committed Nov 19, 2024
1 parent 368a547 commit 4cccdd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code-pc/validator/validator.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@echo off
cd C:\github\GB-Dumper\code-pc\validator\
echo ***ROM (game) VALIDATOR***
set /p gameTitle="Input game title (no spaces) with extention [.gb]:"
set /p gameTitle="Input game title (no spaces) with extention [.gb]: "
call xgbfix.exe -v -p -d %gameTitle%
::motorgbfix v1.0.0 (part of ASMotor 0.1.0)
::https://github.com/asmotor/asmotor/
Expand All @@ -18,4 +18,5 @@ call xgbfix.exe -v -p -d %gameTitle%
:: - ROM type (0x0147)
:: - ROM size (0x0148)
:: - Checksums (0x014D-0x014F)
echo ***done***
PAUSE

0 comments on commit 4cccdd0

Please sign in to comment.