mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Avoid performing invalid actions on LOAD errors
These are rejected because they could lead to incorrect behavior, so then don't do it...
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
ERROR: load-rom.asm(3):
|
||||
`LOAD` blocks cannot create a ROM section
|
||||
error: Assembly aborted (1 error)!
|
||||
ERROR: load-rom.asm(5):
|
||||
Found `ENDL` outside of a `LOAD` block
|
||||
error: Assembly aborted (2 errors)!
|
||||
|
||||
Reference in New Issue
Block a user