diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-11 11:09:24 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-11 11:09:24 -0500 |
| commit | e560b55325cb7329bde2c0f757d9698bf0b7a3af (patch) | |
| tree | 7fa363a0cc46d5fa52f6a0aef4d9031359f75dcf /ld_script.txt | |
| parent | 012477cc5a5ed989e819642a79b3eb64002fb5ee (diff) | |
Port mevent scripts to C
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 c5d5dc431..d40c88c0a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -536,7 +536,7 @@ SECTIONS { src/mevent_client.o(.rodata); src/mevent_server.o(.rodata); src/mevent_8145654.o(.rodata); - data/data_8466FB8.o(.rodata); + src/mevent_scripts.o(.rodata); src/menews_jisan.o(.rodata); src/menews_jisan.o(.rodata.str1.4); . = ALIGN(4); |
