mirror of https://github.com/pret/pokeemerald.git
Revert COMMON wildcards
This commit is contained in:
parent
898ec580ae
commit
8a8ba92f21
|
@ -45,9 +45,6 @@ SECTIONS {
|
|||
|
||||
/* COMMON starts at 0x30022A8 */
|
||||
INCLUDE "sym_common.ld"
|
||||
src/*.o(COMMON);
|
||||
gflib/*.o(COMMON);
|
||||
|
||||
*libc.a:sbrkr.o(COMMON);
|
||||
end = .;
|
||||
. = 0x8000;
|
||||
|
|
Loading…
Reference in New Issue