1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-19 18:53:36 +01:00
pokeemerald/ld_script.sed
2016-11-01 17:36:37 -05:00

15 lines
117 B
Sed

/<EWRAM>/ {
r sym_ewram.ld
d
}
/<BSS>/ {
r sym_bss.ld
d
}
/<COMMON>/ {
r sym_common.ld
d
}