rgbds has moved from rednex to gbdev

This commit is contained in:
Rangi 2020-09-15 13:26:22 -04:00
parent aee8501a10
commit bfb981f188
2 changed files with 2 additions and 2 deletions

View File

@ -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 "", $66
charmap "", $67

View File

@ -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