aboutsummaryrefslogtreecommitdiff
path: root/tests/src/sprite.s
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/sprite.s')
-rw-r--r--tests/src/sprite.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/sprite.s b/tests/src/sprite.s
index 84eaaa0..d57426d 100644
--- a/tests/src/sprite.s
+++ b/tests/src/sprite.s
@@ -1,5 +1,5 @@
-;;; NOTE: taken from https://github.com/mssola/NES; which I will open source
-;;; sooner rather than later.
+;;; NOTE: taken from https://github.com/mssola/code.nes; which I will open
+;;; source sooner rather than later.
;;;
;; Show a sprite to the screen! This example also contains fully detailed
;; explanations on each section on how an NES game is initialized and stored.