From afad253fa80221a48ceb0e42e5a66cdc2651e69c Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:12:32 +1000 Subject: Match Remaining Obj_Lightswitch Functions (Obj_Lightswitch OK) (#207) * Obj_Lightswitch OK * Minor improvement * PR Cleanup --- linker_scripts/code_script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linker_scripts/code_script.txt') diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 69ddf0460..b0e931bfe 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -2565,7 +2565,7 @@ SECTIONS build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch.o(.text) build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch.o(.data) build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch.o(.rodata) - build/asm/overlays/ovl_Obj_Lightswitch_rodata.o(.rodata) + build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; -- cgit v1.2.3