mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-01 09:47:18 -04:00
en_nnh OK (#42)
* Matching (last thing to figure out is ColliderInit) * nnh work * Working on collider * formatting * Fixing en_nnh * Fixed build error. The issue was a collider init, not sure what made me think it was OK before * Removed overlay helper stuff * Removed weird qemu file * Fixed collider once and for all. Co-authored-by: fullgrowngaming <fullgrowngaming@gmail.com>
This commit is contained in:
@@ -8236,8 +8236,9 @@ SECTIONS
|
||||
ovl_En_Nnh : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_En_Nnh/z_en_nnh.o(.text)
|
||||
build/asm/ovl_En_Nnh_data.o(.data)
|
||||
build/asm/ovl_En_Nnh_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_En_Nnh/z_en_nnh.o(.data)
|
||||
build/src/overlays/actors/ovl_En_Nnh/z_en_nnh.o(.rodata)
|
||||
build/src/overlays/actors/ovl_En_Nnh/z_en_nnh_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user