summaryrefslogtreecommitdiff
path: root/linker_scripts/code_script.txt
diff options
context:
space:
mode:
authorParker Burnett <burnettparker@gmail.com>2021-06-10 07:55:21 -0400
committerGitHub <noreply@github.com>2021-06-10 07:55:21 -0400
commitaae3c6f89565bf94659d66432d1dfd9ec92f8d7f (patch)
tree47659af3eafd66aeedd3096b4046b4d5582dda47 /linker_scripts/code_script.txt
parent9102481fc2da8ffd4f1f7620ad18c4ed30d2927e (diff)
Obj_ghaka OK (#171)
* getting ghaka started * two more matching funcs * functions all match, but no OK...yet.... * some clean up stuff * uhhh lets try this? * fixing save context stuff * z_obj_ghaka OK * fixing small changes * adding in new suggestions * fixing error
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 c754affba..aaecd06d9 100644
--- a/linker_scripts/code_script.txt
+++ b/linker_scripts/code_script.txt
@@ -6843,9 +6843,9 @@ SECTIONS
ovl_Obj_Ghaka : AT(RomLocation)
{
build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.text)
- build/asm/overlays/ovl_Obj_Ghaka_data.o(.data)
+ build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.data)
build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.rodata)
- build/asm/overlays/ovl_Obj_Ghaka_rodata.o(.rodata)
+ build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;