diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-15 12:20:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-15 12:20:22 -0500 |
| commit | 755d9143a6c727d64f4a31418d4c4fdb1a47e110 (patch) | |
| tree | 8e1edecc2dc0a1e7186689af001190e6f3c839a2 /ld_script.txt | |
| parent | 9ded1eb14e4ce38724fccf4f9304913e8f3f4969 (diff) | |
| parent | fd7457b05a1b109ae42cb4a956266b6acebb5644 (diff) | |
Merge pull request #1600 from GriffinRichards/remove-berry-fix
Remove berry fix
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 61f61ab86..d68498a8b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -1251,10 +1251,10 @@ SECTIONS { src/libisagbprn.o(.rodata); } =0 - other_data : + multiboot_data : ALIGN(4) { - data/ereader_link_data.o(.rodata); + data/multiboot_ereader.o(.rodata); data/multiboot_berry_glitch_fix.o(.rodata); data/multiboot_pokemon_colosseum.o(.rodata); } =0 |
