mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Fixes #669 Closes #368 Closes #624 Deprecate PRINTT, PRINTV, PRINTI, and PRINTF Default STRFMT("%f") to 5 fractional digits like "{f:}" Any use of string formatting will share this default
10 lines
513 B
Plaintext
10 lines
513 B
Plaintext
ERROR: bank.asm(13) -> bank.asm::def_sect(8):
|
|
Expected constant expression: Section "ROMX_bad"'s bank is not known
|
|
ERROR: bank.asm(15) -> bank.asm::def_sect(8):
|
|
Expected constant expression: Section "VRAM_bad"'s bank is not known
|
|
ERROR: bank.asm(17) -> bank.asm::def_sect(8):
|
|
Expected constant expression: Section "SRAM_bad"'s bank is not known
|
|
ERROR: bank.asm(20) -> bank.asm::def_sect(8):
|
|
Expected constant expression: Section "WRAMX_bad"'s bank is not known
|
|
error: Assembly aborted (4 errors)!
|