mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 20:12:07 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
IF !DEF(SECOND)
|
||||
OFS = 42
|
||||
def OFS = 42
|
||||
ELSE
|
||||
OFS = 69
|
||||
def OFS = 69
|
||||
ENDC
|
||||
|
||||
BASE = $C0DE
|
||||
def BASE = $C0DE
|
||||
|
||||
SECTION UNION "assertions in unions", WRAM0
|
||||
IF DEF(SECOND)
|
||||
|
||||
Reference in New Issue
Block a user