diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-11-10 09:55:16 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-10 07:55:16 -0800 |
commit | cea650e783f0f57d1946f217e7164d6ce0ac1ef6 (patch) | |
tree | f1865db290c26b8973d07e6e347b1e7f7b9de4cc /ld_script.txt | |
parent | 926ecbe8226cb7dffdca2e91b0fe81de3ceafcd6 (diff) |
decompile title_screen.c (#96)
* decompile title_screen.c
* macros
* cleanup
* consistency
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 fd8dbc72a..c00e02e01 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -94,7 +94,7 @@ SECTIONS { asm/rom_8074BAC.o(.text); src/task.o(.text); asm/rom5.o(.text); - asm/title_screen.o(.text); + src/title_screen.o(.text); asm/weather.o(.text); asm/rom_8080874.o(.text); src/battle_setup.o(.text); |