pokeemerald/ld_script.sed

15 lines
117 B
Sed
Raw Normal View History

2016-11-01 19:35:16 +01:00
/<EWRAM>/ {
r sym_ewram.ld
d
}
/<BSS>/ {
r sym_bss.ld
d
}
/<COMMON>/ {
r sym_common.ld
d
}