mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
Avoid hard-coding a redundant "FATAL:" in RGBLINK
This commit is contained in:
4
test/link/overlay/unfixed/a.asm
Normal file
4
test/link/overlay/unfixed/a.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
FOR n, 15
|
||||
SECTION "test {d:n}", ROM0
|
||||
db n
|
||||
ENDR
|
||||
13
test/link/overlay/unfixed/out.err
Normal file
13
test/link/overlay/unfixed/out.err
Normal file
@@ -0,0 +1,13 @@
|
||||
FATAL: All sections must be fixed when using an overlay file; 15 are not:
|
||||
- "test 14"
|
||||
- "test 13"
|
||||
- "test 12"
|
||||
- "test 11"
|
||||
- "test 10"
|
||||
- "test 9"
|
||||
- "test 8"
|
||||
- "test 7"
|
||||
- "test 6"
|
||||
- "test 5"
|
||||
- and 5 more
|
||||
Linking aborted with 1 error
|
||||
1
test/link/overlay/unfixed/overlay.gb
Normal file
1
test/link/overlay/unfixed/overlay.gb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user