En_M_Fire1 OK (#106)

* En_M_Fire1 OK

* Removed Null cast

* Added newline

* Address PR Review Comments

* Update src/overlays/actors/ovl_En_M_Fire1/z_en_m_fire1.c

Co-authored-by: Parker Burnett <burnettparker@gmail.com>

* Renamed unk190 to timer

Co-authored-by: Parker Burnett <burnettparker@gmail.com>
This commit is contained in:
Derek Hensley
2021-05-01 09:33:57 -07:00
committed by GitHub
parent 1ca8a9c24d
commit c7a1fb739f
3 changed files with 52 additions and 9 deletions
+2 -2
View File
@@ -1289,9 +1289,9 @@ SECTIONS
ovl_En_M_Fire1 : AT(RomLocation)
{
build/src/overlays/actors/ovl_En_M_Fire1/z_en_m_fire1.o(.text)
build/asm/overlays/ovl_En_M_Fire1_data.o(.data)
build/src/overlays/actors/ovl_En_M_Fire1/z_en_m_fire1.o(.data)
build/src/overlays/actors/ovl_En_M_Fire1/z_en_m_fire1.o(.rodata)
build/asm/overlays/ovl_En_M_Fire1_rodata.o(.rodata)
build/src/overlays/actors/ovl_En_M_Fire1/z_en_m_fire1_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;