mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 04:52:08 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -2,5 +2,5 @@ SECTION "Test", ROM0
|
||||
|
||||
Label:
|
||||
jr Label
|
||||
DIFF equ Label - @
|
||||
def DIFF equ Label - @
|
||||
PRINTLN "{DIFF}"
|
||||
|
||||
Reference in New Issue
Block a user