mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
11 lines
152 B
NASM
11 lines
152 B
NASM
IF !DEF(SECOND)
|
|
def ATTRS equs ",ALIGN[2]"
|
|
ELSE
|
|
def ATTRS equs "[$CAFE]"
|
|
ENDC
|
|
|
|
SECTION UNION "conflicting alignment", WRAM0 {ATTRS}
|
|
db
|
|
|
|
PURGE ATTRS
|