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:
Derek Hensley
2021-07-14 21:06:37 -07:00
committed by GitHub
parent 1d350f1bad
commit 0b6aa837d2
6 changed files with 308 additions and 32 deletions
+2 -2
View File
@@ -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;