summaryrefslogtreecommitdiff
path: root/pokediamond.lcf
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-25 11:41:41 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-25 11:41:41 -0400
commitb3c28ef41247d1eb1663a2ff19937fca40c72f1b (patch)
treed25f3c32aa8a02c50c89356eee01d0c354e73683 /pokediamond.lcf
parent52626e9d3f36d0e778d4179f53a44e14b49e4a85 (diff)
Finish itcm dism
Diffstat (limited to 'pokediamond.lcf')
-rw-r--r--pokediamond.lcf9
1 files changed, 7 insertions, 2 deletions
diff --git a/pokediamond.lcf b/pokediamond.lcf
index 585344dc..028a36ff 100644
--- a/pokediamond.lcf
+++ b/pokediamond.lcf
@@ -3,8 +3,8 @@ MEMORY {
header (RWX) : ORIGIN=0, LENGTH=0
arm9.text (RWX) : ORIGIN=0x02000000, LENGTH=0
arm9.data (RWX) : ORIGIN=0x020EC710, LENGTH=0
- arm9.itcm (RWX) : ORIGIN=0x01FF8000, LENGTH=0
- arm9.dtcm (RWX) : ORIGIN=0x027E0000, LENGTH=0
+ arm9.itcm (RWX) : ORIGIN=0x01FF8000, LENGTH=0x8000
+ arm9.dtcm (RWX) : ORIGIN=0x027E0000, LENGTH=0x2000
arm9.autoload (RWX) : ORIGIN=0x02107700, LENGTH=0
arm9overlay (RWX) : ORIGIN=0, LENGTH=0
arm7 (RWX) : ORIGIN=0x2380000, LENGTH=0
@@ -420,12 +420,17 @@ SECTIONS {
.arm9.itcm : AT (0x10AFA0)
{
+ OS_arm9.o (.itcm)
arm9_itcm.o (.itcm)
+ . = 0x01FF8720;
+ SDK_SECTION_ARENA_ITCM_START = .;
} > arm9.itcm
.arm9.dtcm : AT (0x10B6A0) {
SDK_AUTOLOAD_DTCM_START = .;
OS_arm9.o (.dtcm)
+ . = 0x027E0080;
+ SDK_SECTION_ARENA_DTCM_START = .;
} > arm9.dtcm
.arm9.autoload : AT (0x10B700) {