From edf3bba82227a0515a3dcdb421abf77d2c5bba0a Mon Sep 17 00:00:00 2001 From: Thomas Winwood Date: Mon, 19 Nov 2018 02:19:21 -0700 Subject: [PATCH] Update book/src/ch03/gba_memory.md Co-Authored-By: Lokathor --- book/src/ch03/gba_memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/ch03/gba_memory.md b/book/src/ch03/gba_memory.md index 31caa17..3ae16d6 100644 --- a/book/src/ch03/gba_memory.md +++ b/book/src/ch03/gba_memory.md @@ -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).