mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-11 05:08:00 -04:00
bg_ikana_shutter OK (#56)
* Initial shutter work * Fixed types.h * bg_ikana_shutter OK * Reverted errant change to ultratypes * Adjusted to use new actor field names * fixed submodules * Cleaned up a comment I left by accident Co-authored-by: fullgrowngaming <fullgrowngaming@gmail.com>
This commit is contained in:
@@ -8057,9 +8057,9 @@ SECTIONS
|
||||
ovl_Bg_Ikana_Shutter : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Bg_Ikana_Shutter/z_bg_ikana_shutter.o(.text)
|
||||
build/asm/overlays/ovl_Bg_Ikana_Shutter_data.o(.data)
|
||||
build/src/overlays/actors/ovl_Bg_Ikana_Shutter/z_bg_ikana_shutter.o(.data)
|
||||
build/src/overlays/actors/ovl_Bg_Ikana_Shutter/z_bg_ikana_shutter.o(.rodata)
|
||||
build/asm/overlays/ovl_Bg_Ikana_Shutter_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Bg_Ikana_Shutter/z_bg_ikana_shutter_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user