mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-18 07:05:21 -04:00
EnClearTag OK and documented (#214)
* merge main * Match Init * Clear_Tag OK * Full documentation * More docs * Fix function * Fix MakeFile for assets and Fix texture swapped names * Fix name * Improve name and remove pad * Can't stop the minor tweeks * Adding potential Makefile fixes * Minor name change * Another name fix... and format * PR Suggestion & Add Overlay File Description * Re-documentation to match OoT WIP (more to come) * Finish docs from OoT * Fix merge and format * Minor touch-ups * Cleaner conditional
This commit is contained in:
@@ -2410,9 +2410,9 @@ SECTIONS
|
||||
ovl_En_Clear_Tag : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_En_Clear_Tag/z_en_clear_tag.o(.text)
|
||||
build/asm/overlays/ovl_En_Clear_Tag_data.o(.data)
|
||||
build/src/overlays/actors/ovl_En_Clear_Tag/z_en_clear_tag.o(.data)
|
||||
build/src/overlays/actors/ovl_En_Clear_Tag/z_en_clear_tag.o(.rodata)
|
||||
build/asm/overlays/ovl_En_Clear_Tag_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_En_Clear_Tag/z_en_clear_tag_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user