Skip to content

Commit

Permalink
Version 1.2: Checksum fix tool
Browse files Browse the repository at this point in the history
  • Loading branch information
romh-acking committed Aug 26, 2023
1 parent 3ad04df commit 3917f47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This is the source code for the complete English translation of Tensai Bakabon f
* `tools`
* `armips` a fork of armips that supports z80 assembly language patches.
* `compression` [the RLE (de)compressor.](https://github.com/romh-acking/tensei-bakabon-de-compressor)
* `checksum` is [the internal checksum corrector](https://www.smspower.org/forums/16629-MasterSystemChecksumFixer)
## Manual
Check out the repo [tensai-bakabon-sms-en-manual](https://github.com/romh-acking/tensai-bakabon-sms-en-manual) for manual resources. It contains two versions of the manual: one with all the Japanese text blanked out and one that is typesetted. Much thanks to Sega Retro for the scans of the manual. Check out the original scans here:
[https://segaretro.org/File:TensaiBakabonSMSJPManual.pdf](https://segaretro.org/File:TensaiBakabonSMSJPManual.pdf)
Expand Down
4 changes: 4 additions & 0 deletions Write.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set toolsFolder=%projectFolder%\tools
set spiroFolder=%toolsFolder%\spiro
set armipsFolder=%toolsFolder%\armips
set compressionTool=%toolsFolder%\compression
set checksumTool=%toolsFolder%\checksum

set asmFolder=%cd%\asm

Expand Down Expand Up @@ -48,5 +49,8 @@ copy "%graphicsUncompressedOriginal%\skycastle2.bin" "%graphicsUncompressedNew%\
::Armips scripts
"%armipsFolder%\armips.exe" "%projectFolder%\asm\main.asm"

::Fix checksum
"%checksumTool%\MSChecksumFixer.exe" "%newImage%"

::"%newImage%"
@Pause
Binary file added tools/checksum/MSChecksumFixer.exe
Binary file not shown.

0 comments on commit 3917f47

Please sign in to comment.