EnFirefly OK and mostly documented (#194)

* Data imported, 8/30 functions done

* OK

* Delete ASM references, add SFX

* Named functions

* more naming

* Type the nop ActorFunc correctly

* A couple more bits of documentation

* Sorted object_script

* Merge remote-tracking branch 'upstream/master' into Firefly

* format

* Update other includes

* Review suggestions

* Review changes; named Actor_Noop

* Format
This commit is contained in:
EllipticEllipsis
2021-07-05 22:47:55 +01:00
committed by GitHub
parent e57fb5780d
commit 0e51bf35a1
26 changed files with 1157 additions and 387 deletions
+2 -2
View File
@@ -985,9 +985,9 @@ SECTIONS
ovl_En_Firefly : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_Firefly/z_en_firefly.o(.text)
build/asm/overlays/ovl_En_Firefly_data.o(.data)
build/src/overlays/actors/ovl_En_Firefly/z_en_firefly.o(.data)
build/src/overlays/actors/ovl_En_Firefly/z_en_firefly.o(.rodata)
build/asm/overlays/ovl_En_Firefly_rodata.o(.rodata)
build/src/overlays/actors/ovl_En_Firefly/z_en_firefly_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;