Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream #20

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.iml
.idea/*
notes/*
js/lib/*
notes/*
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ Can currently open a .sav file and read the following:

## Other: ##

This page is useful for The structure of Pokémon Red/Blue & Possibly Yellow save files:
http://bulbapedia.bulbagarden.net/wiki/Save_data_structure_in_Generation_I
Although not all of it's data is accurate.
[This page](http://bulbapedia.bulbagarden.net/wiki/Save_data_structure_in_Generation_I) is useful for The structure of Pokémon Red/Blue & Possibly Yellow save files. Although not all of it's data is accurate.

I have also created a small Hex Viewer using the HTML5 File API and Storage API that let's you view a files contents and write notes.
Note that this may crash your browser for files with a lot of bytes (i.e. bigger files). I have only tested it with .sav files which are 32kb large.

### Copyright: ###

Pokémon © 2002-2013 Pokémon. © 1995-2013 Nintendo/Creatures Inc./GAME FREAK inc. TM, ® and Pokémon character names are trademarks of Nintendo.
Pokémon © 2002-2015 Pokémon. © 1995-2015 Nintendo/Creatures Inc./GAME FREAK inc. TM, ® and Pokémon character names are trademarks of Nintendo.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Select a Save File to begin.</h2>
Source available on <a href="https://github.com/LyndonArmitage/HTML5PokemonSaveReader" target="_blank">GitHub</a>
</div>

<script type="text/javascript" src="js/lib/jquery-2.0.2.min.js"></script>
<script type="text/javascript" src="js/lib/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/sav_parser.js"></script>
<script type="text/javascript" src="js/background.js"></script>
<script type="text/javascript" src="js/main.js"></script>
Expand Down
4 changes: 4 additions & 0 deletions js/lib/jquery-2.1.4.min.js

Large diffs are not rendered by default.