mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-10 05:57:00 -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;
|
||||
|
||||
@@ -228,6 +228,13 @@ D_06000C20 = 0x6000C20;
|
||||
D_06000420 = 0x6000420;
|
||||
D_06001420 = 0x6001420;
|
||||
|
||||
/* z_bg_iknv_obj */
|
||||
D_060119D4 = 0x060119D4;
|
||||
D_06012CA4 = 0x06012CA4;
|
||||
D_06011880 = 0x06011880;
|
||||
D_060129C8 = 0x060129C8;
|
||||
D_06013058 = 0x06013058;
|
||||
|
||||
/* z_obj_kepn_koya */
|
||||
D_0600805C = 0x0600805C;
|
||||
D_06003478 = 0x06003478;
|
||||
|
||||
Reference in New Issue
Block a user