mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-30 06:47:48 +00:00
Avoid nonessential EQUS expansion in tests
This commit is contained in:
@@ -2,7 +2,7 @@ IF !DEF(SECOND)
|
||||
def SECOND equs "4"
|
||||
ENDC
|
||||
|
||||
SECTION UNION "conflicting banks", WRAMX, BANK[SECOND]
|
||||
SECTION UNION "conflicting banks", WRAMX, BANK[{SECOND}]
|
||||
db
|
||||
|
||||
PURGE SECOND
|
||||
|
||||
Reference in New Issue
Block a user