diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 14:13:23 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 14:13:23 -0800 |
commit | 3b992d3ad3376d3a37d9afbf60de91aecac5d32b (patch) | |
tree | 64a42ec270c54533bab8941c7f1e4cb5d52d4543 /ld_script.txt | |
parent | f70d7efa6638c428885756405800aa022fb339da (diff) |
decompile window
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1877cf472..47d9a2388 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -89,7 +89,7 @@ SECTIONS { src/malloc.o(.text); src/text_printer.o(.text); asm/text_printer.o(.text); - asm/window.o(.text); + src/window.o(.text); asm/blit.o(.text); asm/window_8bpp.o(.text); asm/text.o(.text); @@ -396,6 +396,7 @@ SECTIONS { src/bg.o(.rodata); src/malloc.o(.rodata); src/text_printer.o(.rodata); + src/window.o(.rodata); data/data.o(.rodata); src/m4a_tables.o(.rodata); data/sound_data.o(.rodata); |