Update readme and changelog for v0.5.

This commit is contained in:
Prof. 9
2014-05-26 22:24:55 +02:00
parent ba3054ca5c
commit 2adf870cfc
3 changed files with 12 additions and 4 deletions

View File

@@ -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
=======

View File

@@ -12,7 +12,7 @@ namespace WfcReplay
{
class Program
{
static string version = "v0.5";
static string version = "v0.6";
static void Main(string[] args)
{

View File

@@ -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<6F>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.