diff options
| author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-15 11:57:58 -0400 |
|---|---|---|
| committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-15 11:57:58 -0400 |
| commit | 5343a230feb59f4de659e90c325f5417f65b823c (patch) | |
| tree | 05dc2db9d693bdc19daab7c8fc0d444468a41cc1 /pokediamond.lcf | |
| parent | 2b7b8d7174a2ea6f84db3b5917b0bf068213a85e (diff) | |
| parent | f9b7d7411b74e29e048ea7d48cf6d8302e50d2d4 (diff) | |
merge
Diffstat (limited to 'pokediamond.lcf')
| -rw-r--r-- | pokediamond.lcf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pokediamond.lcf b/pokediamond.lcf index ff392ac0..40677860 100644 --- a/pokediamond.lcf +++ b/pokediamond.lcf @@ -3,6 +3,10 @@ MEMORY { header (RWX) : ORIGIN=0, LENGTH=0 arm9 (RWX) : ORIGIN=0x2000000, LENGTH=0 rom3 (RWX) : ORIGIN=0, LENGTH=0 + gap1 (RWX) : ORIGIN=0, LENGTH=0 + arm7 (RWX) : ORIGIN=0, LENGTH=0 + gap2 (RWX) : ORIGIN=0, LENGTH=0 + filenametable (RWX) : ORIGIN=0, LENGTH=0 } SECTIONS { @@ -23,4 +27,20 @@ SECTIONS { .rom3 : AT (0x10B724) { rom3.o (.text) } > rom3 + + .gap1 : AT(0x30CE20) { + gap1.o (.text) + } > gap1 + + .arm7 : AT(0x30D000) { + arm7_rom.o(.text) + } > arm7 + + .gap2 : AT(0x33631C) { + gap2.o (.text) + } > gap2 + + .filenametable : AT(0x336400) { + filenametable.o(.text) + } > filenametable } |
