mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-16 06:31:43 +00:00
Make error messages for "undefined" built-ins more accurate (#1501)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
ASSERT !DEF(_NARG)
|
||||
|
||||
PURGE _NARG
|
||||
|
||||
DEF _NARG EQU 12
|
||||
REDEF _NARG EQU 34
|
||||
|
||||
DEF _NARG = 56
|
||||
REDEF _NARG = 78
|
||||
|
||||
DEF _NARG EQUS "hello"
|
||||
REDEF _NARG EQUS "world"
|
||||
|
||||
SECTION "test", ROM0
|
||||
_NARG:
|
||||
Reference in New Issue
Block a user