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:
Parker Burnett
2021-06-02 19:13:06 -04:00
committed by GitHub
parent 631225a626
commit 2bf68a5263
5 changed files with 269 additions and 18 deletions
+2 -2
View File
@@ -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;