Update book/src/ch03/gba_memory.md

Co-Authored-By: Lokathor <zefria@gmail.com>
This commit is contained in:
Thomas Winwood 2018-11-19 02:19:21 -07:00 committed by GitHub
parent 39176c19ee
commit edf3bba822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@ builds starts with `thumbv4`.
* `0xE000000` to `0xE00FFFF` (64k)
The game pak SRAM has an 8-bit bus. Why did pokemon always take so long to save?
The game pak SRAM has an 8-bit bus. Why did Pokémon always take so long to save?
This is why. It also has some amount of wait, but as with the ROM, the details
depend on your game pak hardware (and also as with ROM, you can adjust the
settings with an IO register, should you need to).