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