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:
kyleburnette
2021-02-12 15:25:48 -08:00
committed by GitHub
parent ee0ab1cbc9
commit 08e964972f
5 changed files with 79 additions and 14 deletions
+3 -2
View File
@@ -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;