mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Make some INCBIN errors non-fatal
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
FATAL: incbin-empty-bad.asm(3):
|
||||
Specified range in INCBIN is out of bounds
|
||||
ERROR: incbin-empty-bad.asm(3):
|
||||
Specified range in INCBIN is out of bounds (0 + 1 > 0)
|
||||
error: Assembly aborted (1 errors)!
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
FATAL: incbin-end-bad.asm(3):
|
||||
Specified range in INCBIN is out of bounds
|
||||
ERROR: incbin-end-bad.asm(3):
|
||||
Specified range in INCBIN is out of bounds (123 + 1 > 123)
|
||||
error: Assembly aborted (1 errors)!
|
||||
|
||||
Reference in New Issue
Block a user