mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix bank assignments from linkerscript
Even though the bank number was read from the linkerscript and the linker verified that each section could be mapped in the final rom, the bank number was never actually set by the linkerscript parser. Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
@@ -42,6 +42,6 @@ int
|
||||
IsSectionSameTypeBankAndFloating(const char *name, enum eSectionType type, int bank);
|
||||
|
||||
unsigned int
|
||||
AssignSectionAddressByName(const char *name, unsigned int address);
|
||||
AssignSectionAddressAndBankByName(const char *name, unsigned int address, int bank);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user