diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-07 13:03:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 13:03:59 -0600 |
commit | 802b505d7bc4f60e6dda62c9a2a4948b8ba765df (patch) | |
tree | 71e7c83d9c4987e4ef6d92ea463462fe325fa367 /ld_script.txt | |
parent | ccae0ee97063d6a159358d6ce3ee93d12ceb17f4 (diff) | |
parent | 9b4b19fd5a800f381a149038e87b399bb6595930 (diff) |
Merge pull request #199 from DizzyEggg/decompile_rtc_screen
decompile rtc reset screen
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index fc89a4613..c1603584e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -108,7 +108,7 @@ SECTIONS { src/coord_event_weather.o(.text); asm/field_tasks.o(.text); src/clock.o(.text); - asm/reset_rtc_screen.o(.text); + src/reset_rtc_screen.o(.text); src/start_menu.o(.text); asm/start_menu.o(.text); src/tileset_anims.o(.text); @@ -408,7 +408,7 @@ SECTIONS { src/scrcmd.o(.rodata); src/coord_event_weather.o(.rodata); data/field_tasks.o(.rodata); - data/reset_rtc_screen.o(.rodata); + src/reset_rtc_screen.o(.rodata); src/start_menu.o(.rodata); src/tileset_anims.o(.rodata); src/palette.o(.rodata); |