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
This commit is contained in:
kyleburnette
2021-05-03 14:18:59 -07:00
committed by GitHub
parent b084717acb
commit 0d4e4ffc38
5 changed files with 221 additions and 34 deletions
+2 -2
View File
@@ -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;