summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-10-13 17:30:44 -0500
committerSeth Barberee <seth.barberee@gmail.com>2020-10-13 17:30:44 -0500
commit3c986032f82b895c52287374685fee880c70edb7 (patch)
tree8ffbb4576e518ce3a25463629cccebe4db6b281c /ld_script.txt
parent14b4ad7735e039f388c0ff14850086b402f2c447 (diff)
docing and one decomp of a function
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index a8d8fbb..b9dff25 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -41,6 +41,7 @@ SECTIONS {
{
asm/crt0.o(.text);
asm/code.o(.text);
+ src/code_80001E0.o(.text);
asm/arm_func.o(.text);
asm/code_2.o(.text);
src/code.o(.text);