diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-12 17:11:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-12 17:11:58 -0400 |
commit | 09b94d8b342bb29f962bb3c23fb4267877df710e (patch) | |
tree | b3e465f91031ebb2e44abffb6eb074563ccd6c8b /ld_script.txt | |
parent | f64421dd8cc397f7d4551f3dc674e80a31d36631 (diff) | |
parent | ad274b9561d16589d8099a3671617e2255c1e9c5 (diff) |
Merge branch 'master' of github.com:pret/pokefirered
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 799cada03..7d28028c8 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); |