Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added identifying hash to Pokémon data structure | Kelly Rauchenberger | 2017-09-10 | 1 | -0/+74 |
The purpose of this hash is described in detail in pokemon.h. The hash is computed using an implementation of SHA-224. To allow the GBA sufficient time to compute this hash, a delay of 5 milliseconds was introduced on the GC side before reading a Pokémon. |