diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-12 10:23:45 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-12 10:23:45 -0400 |
commit | bd5c36e0f376518a8fbeac0cc178ea60b9e2b274 (patch) | |
tree | 481a51a758479833ff3486e280428552bbec1f73 /ld_script.txt | |
parent | 02974254affdcffb0cf8f44bd094ba5c9d320d4a (diff) |
Split data_835B488.s to sound.s; correct FRLG music constants
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 9b15cb474..ba6b4f9bf 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -377,6 +377,11 @@ SECTIONS { data/map_obj_80688E4.o(.rodata); src/scrcmd.o(.rodata); src/coord_event_weather.o(.rodata); + data/field_tasks.o(.rodata); + data/start_menu.o(.rodata); + data/tileset_anims.o(.rodata); + data/palette.o(.rodata); + src/sound.o(.rodata); data/data_835B488.o(.rodata); src/battle_ai_script_commands.o(.rodata); data/data_83F5738.o(.rodata); |