en_hs2 OK (#46)

* en_hs2 OK

* Formatted files

* Renamed the DoNothing func.

Co-authored-by: fullgrowngaming <fullgrowngaming@gmail.com>
This commit is contained in:
kyleburnette
2021-02-11 19:12:54 -08:00
committed by GitHub
parent 6ac8ea373c
commit ee0ab1cbc9
5 changed files with 28 additions and 12 deletions
+3 -2
View File
@@ -3084,8 +3084,9 @@ SECTIONS
ovl_En_Hs2 : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_Hs2/z_en_hs2.o(.text)
build/asm/ovl_En_Hs2_data.o(.data)
build/asm/ovl_En_Hs2_rodata.o(.rodata)
build/src/overlays/actors/ovl_En_Hs2/z_en_hs2.o(.data)
build/src/overlays/actors/ovl_En_Hs2/z_en_hs2.o(.rodata)
build/src/overlays/actors/ovl_En_Hs2/z_en_hs2_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;