From 5453731f4e2cadabc518b76ebb1ea9d9d6f366b7 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Thu, 8 Jul 2021 18:30:37 -0700 Subject: ovl_Obj_Ending Data brought over (#196) * ObjEnding Matches but with unkStruct and no data * Removed inital code comments * Added data as a comment * Add missing semicolon * Addressed PR comments * Added data * Cleanup * Some documentation * Change 0 to NULL * Remove redundant array size * Cleanup * Fix Format * Rename D_80C25CE0 * Change this to thisx for indexing sGraphics * Change this to thisx * PR suggestions * rename graphics Co-authored-by: Derek Hensley --- linker_scripts/code_script.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linker_scripts/code_script.txt') diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 2d32a555b..c173698d1 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -9415,9 +9415,9 @@ SECTIONS ovl_Obj_Ending : AT(RomLocation) { build/src/overlays/actors/ovl_Obj_Ending/z_obj_ending.o(.text) - build/asm/overlays/ovl_Obj_Ending_data.o(.data) + build/src/overlays/actors/ovl_Obj_Ending/z_obj_ending.o(.data) build/src/overlays/actors/ovl_Obj_Ending/z_obj_ending.o(.rodata) - build/asm/overlays/ovl_Obj_Ending_rodata.o(.rodata) + build/src/overlays/actors/ovl_Obj_Ending/z_obj_ending_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; -- cgit v1.2.3