mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-03 02:28:29 -04:00
Z_obj_bell Matching (#167)
* ringing in the bell * another matching func * stuck on func_80A357A8, needs a z_actor func... * no luck on a fix, but got further... * matched func_80A357A8, one left * might be on the right track? saving progress... * getting closer * pushing up matching, it has warnign regarding Vecs * all functions matching * obj_bell OK, time for bed * prepping for PR * fixing suggestions
This commit is contained in:
@@ -4478,9 +4478,9 @@ SECTIONS
|
||||
ovl_Obj_Bell : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Obj_Bell/z_obj_bell.o(.text)
|
||||
build/asm/overlays/ovl_Obj_Bell_data.o(.data)
|
||||
build/src/overlays/actors/ovl_Obj_Bell/z_obj_bell.o(.data)
|
||||
build/src/overlays/actors/ovl_Obj_Bell/z_obj_bell.o(.rodata)
|
||||
build/asm/overlays/ovl_Obj_Bell_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Obj_Bell/z_obj_bell_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user