diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-21 22:20:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 22:20:07 -0500 |
commit | 5652108d9916f4fd614586536070e834c883cc67 (patch) | |
tree | 2c306c42fcc92151c3995206906880044116d9de /ld_script.txt | |
parent | 68e47a6fa0b56451223c22dc9a759534c988db5b (diff) | |
parent | 9236732e50fc8ee5cd0fc56dbf2181ea2748782a (diff) |
Merge pull request #376 from drifloony/reset_rtc_screen
decompile reset_rtc_screen
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 5b831800f..62864adee 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -109,7 +109,7 @@ SECTIONS { src/coord_event_weather.o(.text); src/field_tasks.o(.text); src/clock.o(.text); - asm/reset_rtc_screen.o(.text); + src/reset_rtc_screen.o(.text); asm/party_menu.o(.text); src/party_menu.o(.text); asm/party_menu.o(.text_8070968); |