diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-04 22:20:17 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-04 19:20:17 -0800 |
commit | 4b16d04dccb8013712d9f8853f13a21084718635 (patch) | |
tree | 3a86f80a24e26c893844495f2d7a6781484fe384 /ld_script.txt | |
parent | b11ce5c17d95104e496d4ef6e90df750ed319ff5 (diff) |
decompile clock.c (#161)
* remove matsuda debug menu from ld_script
* decompile clock.c
* formatting
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 d0af456cd..c86a82a0f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -90,7 +90,7 @@ SECTIONS { src/event_data.o(.text); src/coord_event_weather.o(.text); asm/field_tasks.o(.text); - asm/clock.o(.text); + src/clock.o(.text); asm/reset_rtc_screen.o(.text); asm/party_menu.o(.text); src/start_menu.o(.text); |