en_torch OK (#22)

* en_torch OK

* Ran format script

* Fixed init vars formatting

* Fixed spaces at end of lines in InitVars
This commit is contained in:
fullgrowngaming
2020-09-23 17:16:09 -07:00
committed by GitHub
parent 79544c9093
commit a45af872a2
5 changed files with 21 additions and 10 deletions
+3 -2
View File
@@ -2239,8 +2239,9 @@ SECTIONS
ovl_En_Torch : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_Torch/z_en_torch.o(.text)
build/asm/ovl_En_Torch_data.o(.data)
build/asm/ovl_En_Torch_rodata.o(.rodata)
build/src/overlays/actors/ovl_En_Torch/z_en_torch.o(.data)
build/src/overlays/actors/ovl_En_Torch/z_en_torch.o(.rodata)
build/src/overlays/actors/ovl_En_Torch/z_en_torch_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;