diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-15 00:35:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-15 00:39:15 -0400 |
commit | fe5f0749278b7f6fb18d39ac2aab6db1de822625 (patch) | |
tree | e315d3f0f3d8c02a23638c0c7cbc6ea64f051970 /ld_script.txt | |
parent | 184436635fdca28399d03e805814a0deda67d200 (diff) |
Disassemble a function called by the secret base clearing routine
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 0cc6ef0f0..99b19b5e0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -174,6 +174,7 @@ SECTIONS { src/record_mixing.o(.text); asm/record_mixing.o(.text); asm/sound_check_menu.o(.text); + src/secret_base_80bb4ac.o(.text); asm/secret_base.o(.text); src/secret_base.o(.text); asm/secret_base.o(.text_80BC1D0); |