mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-30 00:46:24 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user