summaryrefslogtreecommitdiff
path: root/pokediamond.lcf
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-21 21:28:04 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-21 21:29:42 -0400
commit2c3be236e9cced1f90fa73b6f31ce3a9b2f8c1bd (patch)
tree93e941703efc7733447b5b9d6f1ec2c6a011f786 /pokediamond.lcf
parentd433a8c48402fbf9f95cb300b1dd3ae99424189e (diff)
rename entry.s to crt0.s
Diffstat (limited to 'pokediamond.lcf')
-rw-r--r--pokediamond.lcf12
1 files changed, 6 insertions, 6 deletions
diff --git a/pokediamond.lcf b/pokediamond.lcf
index b0b3e2fb..f8c76abf 100644
--- a/pokediamond.lcf
+++ b/pokediamond.lcf
@@ -2,7 +2,7 @@
MEMORY {
header (RWX) : ORIGIN=0, LENGTH=0
arm9 (RWX) : ORIGIN=0x2000000, LENGTH=0
- garbage (RWX) : ORIGIN=0, LENGTH=0
+ unk_10b724 (RWX) : ORIGIN=0, LENGTH=0
arm9overlay (RWX) : ORIGIN=0, LENGTH=0
arm7 (RWX) : ORIGIN=0x2380000, LENGTH=0
filenametable (RWX) : ORIGIN=0, LENGTH=0
@@ -375,7 +375,7 @@ SECTIONS {
.arm9 : AT (0x4000) {
secure.o (.text)
- entry.o (.text)
+ crt0.o (.text)
main.o (.text)
FUN_02000DF4.o (.text)
unk_02000E0C.o (.text)
@@ -396,14 +396,14 @@ SECTIONS {
rom2_2.o (.data)
} > arm9
+ .unk_10b724 : AT (0x10B724) {
+ unk_10b724.o (.text)
+ } > unk_10b724
+
.arm9overlay : AT (0x10B800) {
arm9overlay.o (.text)
} > arm9overlay
- .garbage : AT (0x10B724) {
- unk_10b724.o (.text)
- } > garbage
-
.FILE_10C400 : AT (0x10C400) {
FILE_10C400.o (.text) /* 0x10C400 */
} > rom3.FILE_10C400