From 2b5d5a5f411eb76047bb733597c07f88b6bee61a Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Wed, 24 Nov 2021 19:44:39 +0000 Subject: [PATCH] Minor rewording --- book/src/02_hardware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/02_hardware.md b/book/src/02_hardware.md index 57accfd2..344d572f 100644 --- a/book/src/02_hardware.md +++ b/book/src/02_hardware.md @@ -27,7 +27,7 @@ The relevant features for this book are: * Background tiles, 8x8 pixel tiles are used in the background layers if they are in tile mode. * 8-bit sound. You have the ability to send 8-bit raw audio data to the speakers (optionally stereo). -You can read more about the GBA on [gbatek](https://rust-console.github.io/gbatek-gbaonly/). +You can read more about the specifics of the GBA on [gbatek](https://rust-console.github.io/gbatek-gbaonly/). agb tries to abstract some of this away from you to give you less to remember and less that can go wrong. If you want to try playing around directly with the hardware, the best place to look is [tonc](https://www.coranac.com/tonc/text/). \ No newline at end of file