bg_lbfshot OK (#92)

* bg_lbfshot OK

* formatted source files

* Update z_bg_lbfshot.c

* Update z_bg_lbfshot.h
This commit is contained in:
kyleburnette
2021-05-04 15:59:45 -07:00
committed by GitHub
parent a91eaad34c
commit 0beaddd30b
4 changed files with 27 additions and 9 deletions
+2 -2
View File
@@ -8998,9 +8998,9 @@ SECTIONS
ovl_Bg_Lbfshot : AT(RomLocation)
{
build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot.o(.text)
build/asm/overlays/ovl_Bg_Lbfshot_data.o(.data)
build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot.o(.data)
build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot.o(.rodata)
build/asm/overlays/ovl_Bg_Lbfshot_rodata.o(.rodata)
build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;