diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 10:14:59 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 10:14:59 -0800 |
commit | 87ef770ca23875a9b4777bff7b07c2093a1df1b2 (patch) | |
tree | 23e4dbf13078674c809b46083871c62e4c7c732b /ld_script.txt | |
parent | 041c0891d8516a4c6a60652347ce77de996edb1d (diff) |
decompile util
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 07163b1..14d1053 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -38,7 +38,7 @@ SECTIONS { asm/memory.o(.text); asm/code_80035F0.o(.text); src/other_random.o(.text); - asm/util.o(.text); + src/util.o(.text); asm/bg_palette_buffer.o(.text); asm/code_80047E8.o(.text); src/random.o(.text); |