diff options
author | yenatch <yenatch@gmail.com> | 2017-07-20 19:08:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 19:08:11 -0400 |
commit | 457f4cc993ea4b6bf292a81057a0aa0c7216f1ce (patch) | |
tree | 88f8b640a29f5a925bea4da06d63a03d6792051c /ld_script.txt | |
parent | 67ced1d77ec0d36cc2b6ebcbfc58ba28b357ddbb (diff) | |
parent | a8bcbe3fe4b6b01cdfc85f1003e50b31f34700f2 (diff) |
Merge pull request #364 from camthesaxman/decompile_record_mixing
finish decompiling record_mixing
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index b0d2c0c39..e283f7124 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -168,7 +168,6 @@ SECTIONS { src/money.o(.text); asm/contest_effect.o(.text); src/record_mixing.o(.text); - asm/record_mixing.o(.text); src/sound_check_menu.o(.text); src/secret_base.o(.text); asm/secret_base.o(.text_80BC1D0); @@ -408,7 +407,8 @@ SECTIONS { data/naming_screen.o(.rodata); data/money.o(.rodata); data/contest_effect.o(.rodata); - data/record_mixing.o(.rodata); + src/record_mixing.o(.data); + src/record_mixing.o(.rodata); src/sound_check_menu.o(.rodata); data/secret_base.o(.rodata); data/tv.o(.rodata); |