mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
The linker script now allows you to assign a section with the same attributes as in the source. To do this, I've removed a check from AssignSectionAddressAndBankByName that would never be triggered, due to that condition being checked before. Shouldn't this and IsSectionSameTypeBankAndAttrs be condensed into a single function?
3 lines
55 B
NASM
3 lines
55 B
NASM
SECTION "sec",ROM0,ALIGN[4]
|
|
SECTION "secfix",ROM0[$20]
|