From 2adf870cfca41b095a7ec09ad9c066a0b37fb900 Mon Sep 17 00:00:00 2001 From: "Prof. 9" Date: Mon, 26 May 2014 22:24:55 +0200 Subject: [PATCH] Update readme and changelog for v0.5. --- README.md | 6 +++--- WfcReplay/Program.cs | 2 +- changelog.md | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e63184..0f53c6c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ WfcReplay is a command-line Windows utility written in C# that automatically gen To run this program, the .NET Framework 4.0 or higher must be installed on your computer. -The program is still in an early state, so the code is a mess and it will not work with all games. - Usage ----- ``` @@ -16,11 +14,13 @@ To use WfcReplay, pass it the file path of an NDS ROM. You can also drag-and-dro Compatibility ------------- -WfcReplay should work with most older NDS games. It does not yet support some of the newer games, such as PokĂ©mon Black 2 and White 2, that use particular forms of anti-piracy protection. +WfcReplay should work with all NDS games, though not every single one of them has been tested. If you find an incompatible game, please create an issue on the GitHub page at https://github.com/Prof9/wfcreplay. Notes ----- * Action Replay DS codes generated by WfcReplay may interfere with certain Action Replay DS codes from other sources, such as cheat database. +* Furthermore, the code may disrupt anti-anti-piracy features of older flashcards. These flashcards are not intended to be supported. +* Additionally, for certain games the code may clash with special flashcard features like soft-reset. If this happens, disable these features. Credits ======= diff --git a/WfcReplay/Program.cs b/WfcReplay/Program.cs index 8b1d67a..5f088f8 100644 --- a/WfcReplay/Program.cs +++ b/WfcReplay/Program.cs @@ -12,7 +12,7 @@ namespace WfcReplay { class Program { - static string version = "v0.5"; + static string version = "v0.6"; static void Main(string[] args) { diff --git a/changelog.md b/changelog.md index 23aa754..623bffb 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,14 @@ Changelog ========= +WfcReplay v0.5 - 26 May 2014 +---------------------------- +This version uses a whole new ASM URL patcher that produces much smaller codes. As a result, games that previously did not have suitable code caves are now compatible, such as Pokémon Black 2 & White 2. + +* URL patcher now uses compressed string addresses. +* Various other URL patcher optimizations. + + WfcReplay v0.4.1 - 25 May 2014 ------------------------------ Fixes an issue introduced in the previous version when using games with uncompressed ARM9 binaries or overlays.