diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-12 23:18:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-12 23:18:25 -0600 |
commit | 170b6ef44992f4b7decb31451a3756b6bd4e2d46 (patch) | |
tree | 357484eebb5a85a9a6946d665b534e2369edd065 /ld_script.txt | |
parent | 58ca87acccb91e5d439f3af632a2f218f31937d1 (diff) |
Decompile battle_intro.c (#444)
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 0dbff7996..80c614471 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -175,7 +175,7 @@ SECTIONS { src/ground.o(.text); src/normal.o(.text); src/battle_anim_utility_funcs.o(.text); - asm/battle_intro.o(.text); + src/battle_intro.o(.text); src/bike.o(.text); src/easy_chat.o(.text); asm/easy_chat.o(.text); |