mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
This avoids redundancy between them (and also having to port fixes and features) The error messages have been preserved through a string reporting mechanism
10 lines
513 B
Plaintext
10 lines
513 B
Plaintext
ERROR: bank.asm(14) -> bank.asm::def_sect(8):
|
|
Expected constant expression: Section "ROMX_bad"'s bank is not known
|
|
ERROR: bank.asm(16) -> bank.asm::def_sect(8):
|
|
Expected constant expression: Section "VRAM_bad"'s bank is not known
|
|
ERROR: bank.asm(18) -> bank.asm::def_sect(8):
|
|
Expected constant expression: Section "SRAM_bad"'s bank is not known
|
|
ERROR: bank.asm(21) -> bank.asm::def_sect(8):
|
|
Expected constant expression: Section "WRAMX_bad"'s bank is not known
|
|
error: Assembly aborted (4 errors)!
|