mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-25 15:39:32 -05:00
rgbds has moved from rednex to gbdev
This commit is contained in:
parent
aee8501a10
commit
bfb981f188
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user