Skip to content

Commit

Permalink
Added README file
Browse files Browse the repository at this point in the history
  • Loading branch information
kabili207 committed Oct 21, 2013
1 parent 9fc819c commit bd5775d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
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.

0 comments on commit bd5775d

Please sign in to comment.