From 5744e617901f9645d54fb5b4e404b0b0c93cca76 Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Mon, 4 Apr 2016 13:50:19 +1000 Subject: [PATCH] Update README.md --- 025.scroll_text/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/025.scroll_text/README.md b/025.scroll_text/README.md index 8e6db01..85acb0a 100644 --- a/025.scroll_text/README.md +++ b/025.scroll_text/README.md @@ -50,7 +50,7 @@ then enable descending mode: Now we can do a blit with left shift. -We use a simplified version of the text renderer used in the previous example to render a single character off screen, we then wait until that character has been fully shifted on screen and render the next one. The logic can be seen in [scroll_text.s)](scroll_text.s). Finally we throw in a copper list to make it look a little less boring. +We use a simplified version of the text renderer used in the previous example to render a single character off screen, we then wait until that character has been fully shifted on screen and render the next one. The logic can be seen in [scroll_text.s](scroll_text.s). Finally we throw in a copper list to make it look a little less boring. screenshot ----------