summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-22 22:27:51 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-22 22:28:15 -0400
commit9e14c471e6176d3b9eded4815f917b4a2e06d5cc (patch)
treea190b0feafb6c231fee6e91dff454571098e7960 /ld_script.txt
parent489106198973e1377d0ac823b4decaa395ca7c9e (diff)
Start decompiling field_tasks.s
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 281f1781d..16dbf689e 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -104,6 +104,7 @@ SECTIONS {
src/field_control_avatar.o(.text);
src/event_data.o(.text);
src/coord_event_weather.o(.text);
+ src/field_tasks.o(.text);
asm/field_tasks.o(.text);
src/clock.o(.text);
asm/reset_rtc_screen.o(.text);
@@ -360,6 +361,7 @@ SECTIONS {
src/script.o(.rodata);
src/scrcmd.o(.rodata);
src/coord_event_weather.o(.rodata);
+ src/field_tasks.o(.rodata);
data/field_tasks.o(.rodata);
data/reset_rtc_screen.o(.rodata);
data/party_menu.o(.rodata);