diff options
| author | kyleburnette <kyle@kyleburnette.com> | 2021-05-03 14:18:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 17:18:59 -0400 |
| commit | 0d4e4ffc386a4011379670c72bd1b86d8e04581f (patch) | |
| tree | dc2b21fbed057e77d149523e1024afde5dd777d0 /linker_scripts/code_script.txt | |
| parent | b084717acb9e36b9761230de481075f64c00e763 (diff) | |
bg_kin2_fence OK and documented (#103)
* initial fence work
* more fence work
* bg_kin2_fence OK and documented
* removed ctx file
* got rid of unk283 which didn't exist
* Renamed the array of eye sparkle particle spawns locations as suggested
* reok-ed kin2_fence
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 523720cc5..3907f8656 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -7063,9 +7063,9 @@ SECTIONS ovl_Bg_Kin2_Fence : AT(RomLocation) { build/src/overlays/actors/ovl_Bg_Kin2_Fence/z_bg_kin2_fence.o(.text) - build/asm/overlays/ovl_Bg_Kin2_Fence_data.o(.data) + build/src/overlays/actors/ovl_Bg_Kin2_Fence/z_bg_kin2_fence.o(.data) build/src/overlays/actors/ovl_Bg_Kin2_Fence/z_bg_kin2_fence.o(.rodata) - build/asm/overlays/ovl_Bg_Kin2_Fence_rodata.o(.rodata) + build/src/overlays/actors/ovl_Bg_Kin2_Fence/z_bg_kin2_fence_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
