rwarrender / HTML5PokemonSaveReader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme for Pokémon Save File Reader

by Lyndon Armitage

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.

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
  • Checksum
  • Current Box selected
  • Pokédex Owned and Seen stats
  • Basic Location support (x, y, and map id)

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.

Copyright:

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

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


Languages

Language:JavaScript 89.2%Language:HTML 5.7%Language:CSS 5.1%