diff options
author | yenatch <yenatch@gmail.com> | 2017-07-05 18:16:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 18:16:22 -0400 |
commit | 792a2c6976a3adcf0e6a21c570189e6bcf0cdbcf (patch) | |
tree | 8249799a47f602bacc9f50f20468043d2447534d /ld_script.txt | |
parent | 3b3eb45b91c11b47504a80fcd853ec45abbbf445 (diff) | |
parent | 08c23fb1c483ffcf7c17b8ac061ad4ff77318625 (diff) |
Merge pull request #347 from PikalaxALT/field_tasks
Field tasks
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 4a9a7ec90..4842da865 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -107,7 +107,7 @@ SECTIONS { src/field_control_avatar.o(.text); src/event_data.o(.text); src/coord_event_weather.o(.text); - asm/field_tasks.o(.text); + src/field_tasks.o(.text); src/clock.o(.text); asm/reset_rtc_screen.o(.text); asm/party_menu.o(.text); @@ -361,7 +361,7 @@ SECTIONS { src/script.o(.rodata); src/scrcmd.o(.rodata); src/coord_event_weather.o(.rodata); - data/field_tasks.o(.rodata); + src/field_tasks.o(.rodata); data/reset_rtc_screen.o(.rodata); data/party_menu.o(.rodata); src/start_menu.o(.rodata); |