From b503d7c4eb06b5e9f5e4040a5263dc5acb12e6c1 Mon Sep 17 00:00:00 2001 From: Sage Date: Thu, 18 Nov 2021 00:00:33 -0800 Subject: [PATCH] include marcrobledo's RomPatcher.js in README.md it's fairly fast, browser-based, and supports all the main ones. also rm's/adds headers to ur rom if it makes the patch work, and provides checksums. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d59783b..16115e4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Third-party forks, or separate tools, covering usecases this version doesn't (th - [MultiPatch](https://projects.sappharad.com/tools/multipatch.html), OSX, applies BPS/IPS/UPS/PPF/Xdelta/bsdiff/Ninja2, creates BPS/IPS/XDelta/bsdiff - [QtFloatingIPS](https://github.com/covarianttensor/QtFloatingIPS), Flips port to OSX (may work on others too) - [Wh0ba Floating IPS](https://wh0ba.github.io/repo/), Flips port to iOS/Cydia +- [RomPatcher.js](https://github.com/marcrobledo/RomPatcher.js), JavaScript, applies APS/BPS/IPS/PPF/RUP/UPS/Xdelta, creates APS/BPS/IPS/RUP/UPS - [CPS](https://media.smwcentral.net/Alcaro/bps/), JavaScript, applies BPS, creates nothing - There are many tools that offer a strict subset of Flips functionality (Lunar IPS, beat, etc). I'm not listing them here.