summaryrefslogtreecommitdiff
path: root/include/text.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.inc')
-rw-r--r--include/text.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.inc b/include/text.inc
index b293fd5..9de853a 100644
--- a/include/text.inc
+++ b/include/text.inc
@@ -1,7 +1,7 @@
INCLUDE "charmap.inc"
; Outputs each character of each argument as a 16-bit word
-; (dw "string" does not do this: https://github.com/rednex/rgbds/issues/568)
+; (dw "string" does not do this: https://github.com/gbdev/rgbds/issues/568)
text: macro
_arg = 1
rept _NARG