diff options
| author | kyleburnette <kyle@kyleburnette.com> | 2021-06-26 09:00:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-26 12:00:05 -0400 |
| commit | c3feee1775d101ebb475162b86f9662a6ec1953e (patch) | |
| tree | 7b3399c21daf4347f4d977ecb6863e79057048fd /linker_scripts/code_script.txt | |
| parent | c00b38558675b4440b244fbb3284ac8fca9fe814 (diff) | |
obj_hgdoor OK and partially documented (#190)
* obj_hgdoor OK and partially documented
* Made unused variables static and ran formatter
* Made all suggested changes
* Made all suggested changes
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 942a97fd5..c53ea2b2c 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -8104,9 +8104,9 @@ SECTIONS ovl_Obj_Hgdoor : AT(RomLocation) { build/src/overlays/actors/ovl_Obj_Hgdoor/z_obj_hgdoor.o(.text) - build/asm/overlays/ovl_Obj_Hgdoor_data.o(.data) + build/src/overlays/actors/ovl_Obj_Hgdoor/z_obj_hgdoor.o(.data) build/src/overlays/actors/ovl_Obj_Hgdoor/z_obj_hgdoor.o(.rodata) - build/asm/overlays/ovl_Obj_Hgdoor_rodata.o(.rodata) + build/src/overlays/actors/ovl_Obj_Hgdoor/z_obj_hgdoor_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
