diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-12 17:10:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 17:10:52 -0400 |
commit | ad274b9561d16589d8099a3671617e2255c1e9c5 (patch) | |
tree | eac97aaca6a507e754fa15124c89b14e495060bd /ld_script.txt | |
parent | 39d68ebd445be5657a916dec1b4872717e9c40d3 (diff) | |
parent | 185cd074035c41d4550a150139b1eeb34541ace8 (diff) |
Merge pull request #79 from gwimm/master
decompile: diploma.s
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 2867cd998..25a219793 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -214,7 +214,7 @@ SECTIONS { asm/battle_anim_special.o(.text); asm/hall_of_fame.o(.text); asm/credits.o(.text); - asm/diploma.o(.text); + src/diploma.o(.text); asm/save_failed_screen.o(.text); asm/clear_save_data_screen.o(.text); asm/evolution_graphics.o(.text); |