diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-10 16:13:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-10 16:13:17 -0500 |
commit | 6292b82503bf2eb611e5fea6f1710b25578d4fc8 (patch) | |
tree | 9a74dd3c29a244bfc06ce5377069eb6bf104b6ee /ld_script.txt | |
parent | 7e9948ba2b43d9773cd46959f1f32f029d18c20c (diff) | |
parent | 1b220ed2ed367011aa3437b384b2159c0a0130c9 (diff) |
Merge pull request #26 from Diegoisawesome/master
Decompile bg.s
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 d4af583ba..8ae46e18a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -45,7 +45,7 @@ SECTIONS { src/malloc.o(.text); src/dma3_manager.o(.text); src/gpu_regs.o(.text); - asm/bg.o(.text); + src/bg.o(.text); asm/blit.o(.text); src/window.o(.text); src/text.o(.text); @@ -286,7 +286,7 @@ SECTIONS { ALIGN(4) { src/main.o(.rodata); - data/bg.o(.rodata); + src/bg.o(.rodata); src/window.o(.rodata); src/text.o(.rodata); src/sprite.o(.rodata); |