ovl en sob1 OK and Documented (#224)

* All but two match

* format

* Matched the last two functions

* Merge updates

* Bring data over as a comment

* Brought data over

* Cleanup and start documenting

* Documented

* Removed NON_MATCHING define

* Actually save the .h file

* Format and add items comment

* Add comment

* Add header to .c file

* Cleanup

* Rename EnSob1_GetGoodbyeBombShop

* Update items comment

* Final cleanup

* Rename InitialUpdate

* PR suggestions except enum for objIndices

* Add todo about objIndices index enum

* Change char to UNK_TYPE1 for padding

* Textures and convert weekEvents to hex

* PR suggestions

* Format

* Cleanup function declaration and add cutscene state enum

* Update src/overlays/actors/ovl_En_Sob1/z_en_sob1.c

Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>

* Update src/overlays/actors/ovl_En_Sob1/z_en_sob1.c

Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>

* Update src/overlays/actors/ovl_En_Sob1/z_en_sob1.c

Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>

Co-authored-by: Derek Hensley <d.hensley@tempered.io>
Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
This commit is contained in:
Derek Hensley
2021-07-28 19:26:40 -07:00
committed by GitHub
parent b292647ea2
commit 8e2f2b4cdb
8 changed files with 1877 additions and 257 deletions
+2 -3
View File
@@ -4142,10 +4142,9 @@ SECTIONS
ovl_En_Sob1 : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_Sob1/z_en_sob1.o(.text)
build/asm/overlays/ovl_En_Sob1_data.o(.data)
build/src/overlays/actors/ovl_En_Sob1/z_en_sob1.o(.data)
build/src/overlays/actors/ovl_En_Sob1/z_en_sob1.o(.rodata)
build/asm/overlays/ovl_En_Sob1_rodata.o(.rodata)
build/asm/overlays/ovl_En_Sob1_late_rodata.o(.rodata)
build/src/overlays/actors/ovl_En_Sob1/z_en_sob1_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;