mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-28 08:24:55 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user