Ovl_En_Toto OK (#163)

* Lots of progress

* OK

* Removed casts

* Run format.sh

* cleanup

* More cleanup

* Minor Doc

* More cleanup

* Format

* Add header description

* PR comments

* Convert raw pointers

* Update to new gSaveContext

* PR suggestions
This commit is contained in:
Derek Hensley
2021-06-02 15:33:16 -07:00
committed by GitHub
parent f0bad10668
commit fb84cabd4a
7 changed files with 763 additions and 58 deletions
+2 -2
View File
@@ -7639,9 +7639,9 @@ SECTIONS
ovl_En_Toto : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_Toto/z_en_toto.o(.text)
build/asm/overlays/ovl_En_Toto_data.o(.data)
build/src/overlays/actors/ovl_En_Toto/z_en_toto.o(.data)
build/src/overlays/actors/ovl_En_Toto/z_en_toto.o(.rodata)
build/asm/overlays/ovl_En_Toto_rodata.o(.rodata)
build/src/overlays/actors/ovl_En_Toto/z_en_toto_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;