diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-18 01:08:34 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-18 01:08:34 -0500 |
commit | a8bcbe3fe4b6b01cdfc85f1003e50b31f34700f2 (patch) | |
tree | 894623a178bdd0651487c02d48c66cdc582f3be3 /ld_script.txt | |
parent | 2b39d8f7d763311c69a31dab366f696626c01d36 (diff) |
make ROM variables non-const
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 0e6e27cb3..585dd87e1 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -407,7 +407,7 @@ 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); |