diff --git a/README.md b/README.md index 8ba2280..0cb22ad 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,16 @@ This patch adds the following features to the Game Boy game *Donkey Kong Land 2*: * Select world, level and character(s) from title screen * Toggle star barrel (checkpoint) by pressing `[Select]` -* [Save states](https://github.com/mattcurrie/gb-save-states) - (`[Start]+[↓]/[↑]` or `[Select]+[A]/[B]`) +* Room/Level timer. Gets printed on screen every time you go through a warp/bonus barrel, pick up a coin inside a bonus, and touch the end-stage target. ## Download The latest release can be found on the -[releases page](https://github.com/lightbulb-sun/dkl2-practice/releases). -Patch the original ROM with one of the `.bsdiff`, `.ips` or `.bps` files +[releases page](https://github.com/SBDWolf/dkl2-practice/releases). +Patch the original ROM with the .bps file to create the hack. ## License Distributed under the MIT License. See LICENSE for more information. + +## Credits +Credits to lightbulbsun from making the original practice hack this is based on (level/character select menu, as well as suppressing the overworld)