-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Oracle Hack | ||
|
||
A decoder for the password system used in the Legend of Zelda Oracle of Ages and Oracle of Seasons games. Inspired by the [original password generator](https://www.dropbox.com/s/nqkrp95gvs223re/ZeldaPasswords.exe) written by Paulygon back in 2001. | ||
|
||
Current feature list: | ||
|
||
* Can decode game, ring, and memory secrets | ||
* Allows the user to save the decoded game information for later use | ||
|
||
Planned features: | ||
|
||
* Ability to generate codes | ||
* Include a debugging screen to get raw information about secrets | ||
|
||
### Current Problems | ||
|
||
Right now the biggest problem preventing me from generating codes is the checksum used at the end of each code. Information on what is known so far in available in the docs folder. | ||
|
||
### Special Thanks | ||
|
||
A big thanks to 39ster over at [GameFAQs](http://www.gamefaqs.com/boards/472313-the-legend-of-zelda-oracle-of-ages/66934363) for figuring out how to decode the game secrets. I was able to expand his work to include ring secrets and memory secrets as well. |