mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-07 11:57:27 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user