diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-16 14:00:50 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-16 14:00:50 -0400 |
commit | 0a001e15f45c66cab4b074e1fe1679f98575a52c (patch) | |
tree | b451b9a5bbf97c98a3db44ac44e158fd66803d4f | |
parent | b56002f39020d21fff0e65ae1a3236d14a71040e (diff) |
Sync name of song_data section with emerald
-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 1d5a43ce4..8bba2837a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -524,7 +524,7 @@ SECTIONS { data/sound_data.o(.rodata); } =0 - songs : + song_data : ALIGN(4) { sound/songs/midi/mus_dummy.o(.rodata); |