Ovl_Obj_HsStump Ok but one function does not match (#156)

* Everything matches but func_80BDABCC

* Better names, still stuck on func_80BDABCC

* Some cleanup

* Add param macros and document not matching

* format

* PR suggestions

* Bring over data to c file

* Retry Jenkins

* Retry Jenkins take 2

* PR suggestions for comments

* PR comments
This commit is contained in:
Derek Hensley
2021-06-02 18:57:19 -04:00
committed by GitHub
parent fb84cabd4a
commit 631225a626
6 changed files with 145 additions and 19 deletions
+6 -2
View File
@@ -8240,9 +8240,13 @@ SECTIONS
ovl_Obj_HsStump : AT(RomLocation)
{
build/src/overlays/actors/ovl_Obj_HsStump/z_obj_hsstump.o(.text)
build/asm/overlays/ovl_Obj_HsStump_data.o(.data)
build/src/overlays/actors/ovl_Obj_HsStump/z_obj_hsstump.o(.data)
build/src/overlays/actors/ovl_Obj_HsStump/z_obj_hsstump.o(.rodata)
build/asm/overlays/ovl_Obj_HsStump_rodata.o(.rodata)
#ifdef NON_MATCHING
build/src/overlays/actors/ovl_Obj_HsStump/z_obj_hsstump_overlay.o(.ovl)
#else
build/asm/overlays/ovl_Obj_HsStump_rodata.o(.rodata)
#endif
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;