diff options
author | dheu <gwimminus@gmail.com> | 2019-07-08 17:44:25 +0800 |
---|---|---|
committer | dheu <gwimminus@gmail.com> | 2019-07-08 17:44:25 +0800 |
commit | 78925baf89a9c02745ed82125d44e5a4fffba1cd (patch) | |
tree | f5ec7073fc221bbeb0aa3ef8f3673a55edc1632e /ld_script.txt | |
parent | 7980c4aa071685983f84861cc7dc69d6daf30a90 (diff) |
decompile: diploma.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 494c35e86..1b734b6c5 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -214,6 +214,7 @@ SECTIONS { asm/battle_anim_special.o(.text); asm/hall_of_fame.o(.text); asm/credits.o(.text); + src/diploma.o(.text); asm/diploma.o(.text); asm/save_failed_screen.o(.text); asm/clear_save_data_screen.o(.text); |