Ovl_Dm_Nb OK (#162)

* match but func_80C1DF18

* Everything matches

* Add comment about unknown pointer

* Rename vars

* Update comment

* format

* Added header description

* Remove raw pointer

* Remove unnecessary foward declarations

* Update include/functions.h

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
Derek Hensley
2021-06-02 17:04:04 -04:00
committed by GitHub
co-authored by engineer124
parent f85feadc27
commit 7d476f7c71
6 changed files with 96 additions and 15 deletions
+2 -2
View File
@@ -9175,9 +9175,9 @@ SECTIONS
ovl_Dm_Nb : AT(RomLocation)
{
build/src/overlays/actors/ovl_Dm_Nb/z_dm_nb.o(.text)
build/asm/overlays/ovl_Dm_Nb_data.o(.data)
build/src/overlays/actors/ovl_Dm_Nb/z_dm_nb.o(.data)
build/src/overlays/actors/ovl_Dm_Nb/z_dm_nb.o(.rodata)
build/asm/overlays/ovl_Dm_Nb_rodata.o(.rodata)
build/src/overlays/actors/ovl_Dm_Nb/z_dm_nb_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;