mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
When a user tried to overwrite a builtin symbol, it would change its type despite the error, making the second try succeed. This is problematic, as the location of a builtin symbol cannot be updated.
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
ERROR: narg-overwrite.asm(1):
|
|
'_NARG' already defined as constant at <builtin>
|
|
ERROR: narg-overwrite.asm(2):
|
|
'_NARG' already defined as constant at <builtin>
|
|
error: Assembly aborted (2 errors)!
|