Skip to content

A web application made using JavaScript and HTML5 that can be used to view the contents of Pokemon save files. Makes use of the HTML5 File API.

License

Notifications You must be signed in to change notification settings

XPokeProject/UniversavPoke

 
 

Repository files navigation

Readme for Universav Poké

2013-2015 Lyndon Armitage (creator of HTML5 Pokémon Save Reader)

2015-2018 Plasmmer (CEO of Universav organization)

This is a HTML5 implementation of a Pokémon Red, Blue and Yellow save game viewer (and possibly editor in the future). Made for fun, and educational purposes only.

Get it on Google Play

Current Version:

Currently in the very early stages of development. Can currently open a .sav file and read the following:

  • Trainer Name
  • Rival Name
  • Trainer ID
  • Time Played
  • Items in Pocket
  • Items in PC
  • Money
  • Coins in Coin Case [NEW]
  • Checksum
  • Current Box selected
  • Pokédex Owned and Seen stats
  • Basic Location support (x, y, and map id) [Don't working]

Other:

This page 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.

Notes

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the license.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the text of the GNU General Public License below for more details.

Copyright:

Pokémon © 2002-2018 Pokémon. © 1995-2018 Nintendo/Creatures Inc./GAME FREAK inc. TM, ® and Pokémon character names are trademarks of Nintendo.

Google Play and the Google Play logo are trademarks of Google Inc.

About

A web application made using JavaScript and HTML5 that can be used to view the contents of Pokemon save files. Makes use of the HTML5 File API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.1%
  • Java 21.3%
  • C++ 8.0%
  • Objective-C++ 7.9%
  • Objective-C 5.3%
  • C# 1.8%
  • Other 0.6%