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:
Derek Hensley
2021-05-13 19:15:06 -07:00
committed by GitHub
parent 86bdadf4da
commit 4279f12414
5 changed files with 213 additions and 16 deletions
+2 -2
View File
@@ -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;