diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 17:32:32 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 17:32:32 +0100 |
commit | 5d5b4b853c3b79db2abc7f062105f4e1dcdfcea2 (patch) | |
tree | 953062d60fe4180479ff83ec8ef9742f434637d5 /ld_script.txt | |
parent | 8a00334102f8dada18523bd3c2b57d0b68fbd6ce (diff) | |
parent | 8f2ddf2997041bc813a32ac604002fcbb987e3a0 (diff) |
Merge branch 'master' into frontier
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 60867721d..486562547 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -173,7 +173,7 @@ SECTIONS { asm/dark.o(.text); asm/ground.o(.text); asm/normal.o(.text); - asm/battle_anim_utility_funcs.o(.text); + src/battle_anim_utility_funcs.o(.text); asm/battle_intro.o(.text); src/bike.o(.text); src/easy_chat.o(.text); |