diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-15 13:33:17 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-15 13:33:17 -0400 |
| commit | 457c82ccbc15f8988010536efd57e8718414ff20 (patch) | |
| tree | 73c478ebdd99b887048395913a729274ba53fc70 /include | |
| parent | 4ad995f10ad828f826d89627f63e426828cd0446 (diff) | |
rgbds has moved from rednex to gbdev
Diffstat (limited to 'include')
| -rw-r--r-- | include/text.inc | 2 |
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 |
