Obj_ghaka OK (#171)

* getting ghaka started

* two more matching funcs

* functions all match, but no OK...yet....

* some clean up stuff

* uhhh lets try this?

* fixing save context stuff

* z_obj_ghaka OK

* fixing small changes

* adding in new suggestions

* fixing error
This commit is contained in:
Parker Burnett
2021-06-10 07:55:21 -04:00
committed by GitHub
parent 9102481fc2
commit aae3c6f895
7 changed files with 181 additions and 22 deletions
+2 -2
View File
@@ -6843,9 +6843,9 @@ SECTIONS
ovl_Obj_Ghaka : AT(RomLocation)
{
build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.text)
build/asm/overlays/ovl_Obj_Ghaka_data.o(.data)
build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.data)
build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.rodata)
build/asm/overlays/ovl_Obj_Ghaka_rodata.o(.rodata)
build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;