diff options
author | camthesaxman <cameronghall@cox.net> | 2016-11-03 19:32:25 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2016-11-03 19:32:25 -0500 |
commit | 3186b8ddaf35beb72b5aee070d35288950b6cffc (patch) | |
tree | c782f0d82b5d37a6a934f5ac17da93e8db4a9716 /ld_script.txt | |
parent | 22dbe5c0bfdec51df0f5238562d45d0e0d000393 (diff) |
decompile decompress.c
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 d53500236..7f4c7cccd 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -47,7 +47,7 @@ SECTIONS { src/rtc.o(.text); src/main_menu.o(.text); asm/rom3.o(.text); - asm/decompress.o(.text); + src/decompress.o(.text); asm/rom_800D42C.o(.text); src/pokemon_1.o(.text); asm/calculate_base_damage.o(.text); |