mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-17 06:47:43 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user