Ovl_Bg_Ctower_Rot Ok (#149)

* Ovl_Bg_Ctower_Rot Ok

* Move enum to h file

* Rename D_808E2564 to bgCtowerRotDlists

* Rename D_808E2564 to bgCtowerRotDlists take 2
This commit is contained in:
Derek Hensley
2021-05-20 14:23:23 -07:00
committed by GitHub
parent 25afa196f6
commit e17b05b8fa
4 changed files with 165 additions and 15 deletions
+2 -2
View File
@@ -1754,9 +1754,9 @@ SECTIONS
ovl_Bg_Ctower_Rot : AT(RomLocation)
{
build/src/overlays/actors/ovl_Bg_Ctower_Rot/z_bg_ctower_rot.o(.text)
build/asm/overlays/ovl_Bg_Ctower_Rot_data.o(.data)
build/src/overlays/actors/ovl_Bg_Ctower_Rot/z_bg_ctower_rot.o(.data)
build/src/overlays/actors/ovl_Bg_Ctower_Rot/z_bg_ctower_rot.o(.rodata)
build/asm/overlays/ovl_Bg_Ctower_Rot_rodata.o(.rodata)
build/src/overlays/actors/ovl_Bg_Ctower_Rot/z_bg_ctower_rot_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;