1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-09-25 17:36:56 +00:00

BSDIFF support

This commit is contained in:
Floogle 2025-09-14 20:19:50 +02:00
parent 35f467faf2
commit 9543a3aa1c
9 changed files with 109 additions and 3 deletions

View file

@ -113,6 +113,14 @@ const TEST_PATCHES = [
patchCrc32: 0xa211f97c,
patchDownload: 'https://www.romhacking.net/hacks/2871/',
outputCrc32: 0x9cecd976
}, {
title: 'Tetris - Rosy Retrospection',
romFile: 'Tetris (World) (Rev 1).gb',
romCrc32: 0x46df91ad,
patchFile: 'rosy_retrospection.bdf',
patchCrc32: 0xcc61564a,
patchDownload: 'https://www.romhacking.net/hacks/5813/',
outputCrc32: 0x3d400209
}
];