diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-12-16 19:45:30 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-16 16:45:30 -0800 |
commit | c7fe3c43880f2099db3830c488de14dff0914f2e (patch) | |
tree | 11afa22fefd752bd567191766ffd8b2611412c4f /ld_script.txt | |
parent | 4967d2b5d66274a4740baf1f0bef9d134eced129 (diff) |
decompile save_failed_screen.c except for two functions (#130)
* begin decompiling save_failed_screen.c
* add revision differences for sub_8146E50
* decompile sub_8147048
* help
* get sub_8147324 to almost match except for a single instruction
* finish decompiling save_failed_screen.c except for two nonmatching functions
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 f970dd23f..1292738a1 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -190,7 +190,7 @@ SECTIONS { src/diploma.o(.text); src/berry_tag_screen.o(.text); asm/mystery_event_menu.o(.text); - asm/save_failed_screen.o(.text); + src/save_failed_screen.o(.text); asm/rom_81473B8.o(.text); src/clear_save_data_menu.o(.text); asm/rom_8148B8C.o(.text); |