diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 5457ae574..293d4f7b6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -74,6 +74,12 @@ SECTIONS { asm/rom5.o(.text); } =0 + event_script_data : + ALIGN(4) + { + data/event_scripts.o(event_script_data); + } =0 + script_data : ALIGN(4) { |