From fd5e8fd3eb467395b1356910f799db2b466ca42f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 15 Oct 2014 13:22:53 -0400 Subject: fix link --- posts/writing-an-nes-game-part-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/writing-an-nes-game-part-3.md b/posts/writing-an-nes-game-part-3.md index 998ae50..adaa81e 100644 --- a/posts/writing-an-nes-game-part-3.md +++ b/posts/writing-an-nes-game-part-3.md @@ -90,6 +90,6 @@ but that does require more CPU cycles, especially if not all of the buttons are important. In the spirit of continuing with real working code, -[here]({{urls.media}}/input.nes) is a sample program which changes the +[here]({{urls.media}}/input.s) is a sample program which changes the background color every time you press A, rather than every second like last time. Tomorrow, we'll work on drawing sprites! -- cgit v1.2.3