summaryrefslogtreecommitdiff
path: root/linker_scripts/code_script.txt
diff options
context:
space:
mode:
authorkyleburnette <kyle@kyleburnette.com>2021-05-04 15:59:45 -0700
committerGitHub <noreply@github.com>2021-05-04 18:59:45 -0400
commit0beaddd30b32a810bdbc26f8cbc5c402f713583e (patch)
treed0be2eb43bf7930eaecf974c1a9b2e4139b1819e /linker_scripts/code_script.txt
parenta91eaad34c985143d2a31c8c64a7e88ee0fe820b (diff)
bg_lbfshot OK (#92)
* bg_lbfshot OK * formatted source files * Update z_bg_lbfshot.c * Update z_bg_lbfshot.h
Diffstat (limited to 'linker_scripts/code_script.txt')
-rw-r--r--linker_scripts/code_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt
index a9769414e..3a610e246 100644
--- a/linker_scripts/code_script.txt
+++ b/linker_scripts/code_script.txt
@@ -8998,9 +8998,9 @@ SECTIONS
ovl_Bg_Lbfshot : AT(RomLocation)
{
build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot.o(.text)
- build/asm/overlays/ovl_Bg_Lbfshot_data.o(.data)
+ build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot.o(.data)
build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot.o(.rodata)
- build/asm/overlays/ovl_Bg_Lbfshot_rodata.o(.rodata)
+ build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;