mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 12:32:07 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
IF !DEF(SECOND)
|
||||
SIZE = 69
|
||||
def SIZE = 69
|
||||
ELSE
|
||||
SIZE = 420
|
||||
def SIZE = 420
|
||||
ENDC
|
||||
|
||||
SECTION UNION "different section sizes", ROM0
|
||||
|
||||
Reference in New Issue
Block a user