mirror of
https://github.com/metroid-maniac/gba-auto-batteryless-patcher.git
synced 2026-04-26 01:45:02 -05:00
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
SECTIONS
|
|
{
|
|
. = 0x0;
|
|
/* Everything must be in one section to make relative loads as painless as possible */
|
|
.text :
|
|
{
|
|
*(.text)
|
|
}
|
|
/DISCARD/ :
|
|
{
|
|
*(*)
|
|
}
|
|
} |