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:
parent
35f467faf2
commit
9543a3aa1c
9 changed files with 109 additions and 3 deletions
8
test.js
8
test.js
|
@ -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
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue