From 3579a298c7e2cc925f51da153e2b6c9757ac232a Mon Sep 17 00:00:00 2001 From: Douglas Himself Date: Sun, 10 Feb 2013 08:33:19 -0700 Subject: [PATCH] Typo in index.markdown This is a really interesting repo! I found a little typo. --- index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.markdown b/index.markdown index 9e82b792..d73d2370 100644 --- a/index.markdown +++ b/index.markdown @@ -726,7 +726,7 @@ These strips map to `$0200-$02ff`, `$0300-$03ff`, `$0400-$04ff` and `$0500-$05ff The first rows of pixels are `$0200-$021f`, `$0220-$023f`, `$0240-$025f`, etc. As long as you're moving within one of these horizontal strips, things are -simple. For example, to move right, just incrememnt the least significant byte +simple. For example, to move right, just increment the least significant byte (e.g. `$0200` becomes `$0201`). To go down, add `$20` (e.g. `$0200` becomes `$0220`). Left and up are the reverse.