diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 95e556949..0be5288f7 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -1133,6 +1133,8 @@ SECTIONS { ALIGN(4) { data/graphics.o(gfx_data); + src/item_graphics.o(.rodata); + data/graphics2.o(gfx_data); } =0 /* Discard everything not specifically mentioned above. */ |