mirror of
https://github.com/gbdev/rgbds.git
synced 2026-06-10 02:32:34 +00:00
Refactor section creation errors, and simplify output for single errors (#1964)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
error: Section "test" already exists but with type `ROM0`
|
||||
at multiple-section-errors.asm(3)
|
||||
error: Section "test" already declared as fixed at incompatible address $0000
|
||||
at multiple-section-errors.asm(3)
|
||||
FATAL: Cannot create section "test" (2 errors)
|
||||
at multiple-section-errors.asm(3)
|
||||
Reference in New Issue
Block a user