diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-15 13:26:22 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-15 13:26:22 -0400 |
commit | bfb981f1885d21cc59d2656e84c87bb8d64a089c (patch) | |
tree | 6fd38627746f95725038896e1a01d8d93d9425e6 | |
parent | aee8501a10f99a5db01870426fe9b06dc6d35acc (diff) |
rgbds has moved from rednex to gbdev
-rw-r--r-- | home/toolgear.asm | 2 | ||||
-rwxr-xr-x | utils/coverage.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home/toolgear.asm b/home/toolgear.asm index 0b21454..6ae720e 100644 --- a/home/toolgear.asm +++ b/home/toolgear.asm @@ -3,7 +3,7 @@ INCLUDE "constants.asm" SECTION "home/toolgear.asm", ROM0 ; local charmap, global charmap won't apply -; see https://github.com/rednex/rgbds/issues/265#issuecomment-395229694 +; see https://github.com/gbdev/rgbds/issues/265#issuecomment-395229694 newcharmap local charmap "0", $66 charmap "1", $67 diff --git a/utils/coverage.py b/utils/coverage.py index 3a3fca0..1cd3f4c 100755 --- a/utils/coverage.py +++ b/utils/coverage.py @@ -43,7 +43,7 @@ def main(): if s['beg'] > s['end']: continue if s['beg'] == 0x0000 and s['end'] > 0xFFFF: - # https://github.com/rednex/rgbds/issues/515 + # https://github.com/gbdev/rgbds/issues/515 continue beg = s['beg'] & bank_mask end = s['end'] & bank_mask |