iknv_obj ok (#183)

* iknv_obj ok

* Documented a few more functions and updated type enum

* Added engineer's changes

* Changed negations at engineer's request (casts required)

* Changed negations at engineer's request (casts required)

* Got rid of extra parentheses

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
kyleburnette
2021-06-15 15:32:59 -07:00
committed by GitHub
parent 74e418f24f
commit 80752e1107
5 changed files with 208 additions and 24 deletions
+2 -2
View File
@@ -8217,9 +8217,9 @@ SECTIONS
ovl_Bg_Iknv_Obj : AT(RomLocation)
{
build/src/overlays/actors/ovl_Bg_Iknv_Obj/z_bg_iknv_obj.o(.text)
build/asm/overlays/ovl_Bg_Iknv_Obj_data.o(.data)
build/src/overlays/actors/ovl_Bg_Iknv_Obj/z_bg_iknv_obj.o(.data)
build/src/overlays/actors/ovl_Bg_Iknv_Obj/z_bg_iknv_obj.o(.rodata)
build/asm/overlays/ovl_Bg_Iknv_Obj_rodata.o(.rodata)
build/src/overlays/actors/ovl_Bg_Iknv_Obj/z_bg_iknv_obj_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;