mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-15 01:10:02 -05:00
7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
ENTRY(Start)
|
|
|
|
SECTIONS {
|
|
. = 0x8000000;
|
|
.text : { *(.text); }
|
|
}
|