mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-14 04:22:53 -04:00
obj_funen OK (#91)
* initial funen work * obj_funen OK * ran format script
This commit is contained in:
@@ -4132,9 +4132,9 @@ SECTIONS
|
||||
ovl_Obj_Funen : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Obj_Funen/z_obj_funen.o(.text)
|
||||
build/asm/overlays/ovl_Obj_Funen_data.o(.data)
|
||||
build/src/overlays/actors/ovl_Obj_Funen/z_obj_funen.o(.data)
|
||||
build/src/overlays/actors/ovl_Obj_Funen/z_obj_funen.o(.rodata)
|
||||
build/asm/overlays/ovl_Obj_Funen_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Obj_Funen/z_obj_funen_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
@@ -157,6 +157,9 @@ D_06000908 = 0x06000908;
|
||||
D_06000F28 = 0x06000F28;
|
||||
D_06000CE8 = 0x06000CE8;
|
||||
|
||||
/* obj_funen */
|
||||
D_060000D0 = 0x060000D0;
|
||||
|
||||
/* item_b_heart */
|
||||
D_06001290 = 0x06001290;
|
||||
D_06001470 = 0x06001470;
|
||||
|
||||
Reference in New Issue
Block a user