mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-28 18:30:44 -04:00
Ovl Bg_Ctower_Gear OK (#123)
* BgCtowerGear OK * Added description header * Updated functions.txt * Added MACRO to get type * Renamed init chains to match tyype * Added one more use of Macro, and addressed PR comment * Fixed data copy error and better naming
This commit is contained in:
@@ -5873,9 +5873,9 @@ SECTIONS
|
||||
ovl_Bg_Ctower_Gear : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Bg_Ctower_Gear/z_bg_ctower_gear.o(.text)
|
||||
build/asm/overlays/ovl_Bg_Ctower_Gear_data.o(.data)
|
||||
build/src/overlays/actors/ovl_Bg_Ctower_Gear/z_bg_ctower_gear.o(.data)
|
||||
build/src/overlays/actors/ovl_Bg_Ctower_Gear/z_bg_ctower_gear.o(.rodata)
|
||||
build/asm/overlays/ovl_Bg_Ctower_Gear_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Bg_Ctower_Gear/z_bg_ctower_gear_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user