mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-21 22:10:51 -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;
|
||||
|
||||
@@ -573,6 +573,13 @@ D_06001C60 = 0x06001C60;
|
||||
D_06000D78 = 0x06000D78;
|
||||
D_06000C80 = 0x06000C80;
|
||||
|
||||
/* z_obj_raillift */
|
||||
D_06004FF8 = 0x06004FF8;
|
||||
D_060048D0 = 0x060048D0;
|
||||
D_06004BF0 = 0x06004BF0;
|
||||
D_060071B8 = 0x060071B8;
|
||||
D_06000208 = 0x06000208;
|
||||
|
||||
/* z_obj_tokei_step */
|
||||
D_06000088 = 0x06000088;
|
||||
D_06000968 = 0x06000968;
|
||||
|
||||
Reference in New Issue
Block a user