mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
ENTRY(Start)
|
|
|
|
SECTIONS {
|
|
. = 0x8000000;
|
|
.text : { *(.text); }
|
|
}
|