mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-24 09:01:22 -04:00
ovl obj raillift OK and Mostly Documented (#201)
* First pass: matched everything with data * Better matching of data and ObjRaillift_Init * Documented * Added clarifying comment * Change 0 and 1 to false and true for isColorful * PR Comments * PR name suggestions Co-authored-by: Derek Hensley <d.hensley@tempered.io>
This commit is contained in:
@@ -4207,9 +4207,9 @@ SECTIONS
|
||||
ovl_Obj_Raillift : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Obj_Raillift/z_obj_raillift.o(.text)
|
||||
build/asm/overlays/ovl_Obj_Raillift_data.o(.data)
|
||||
build/src/overlays/actors/ovl_Obj_Raillift/z_obj_raillift.o(.data)
|
||||
build/src/overlays/actors/ovl_Obj_Raillift/z_obj_raillift.o(.rodata)
|
||||
build/asm/overlays/ovl_Obj_Raillift_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Obj_Raillift/z_obj_raillift_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user