ovl_Dm_Ravine (Link Riding Through Lost Woods Cutscene - Tree Trunk) (#120)

* ovl_Dm_Ravine OK (Link Riding Through Lost Woods Cutscene - Tree Trunk)

* ovl_Dm_Ravine: respond to PR comments

* Rename/retype DmRavine_Action -> DmRavine_DoNothing

* ovl_Dm_Ravine: incorporate PR feedback from kyleburnette

* ovl_Dm_Ravine: rename fields; use enum for state
This commit is contained in:
Zach Banks
2021-05-04 22:58:47 -04:00
committed by GitHub
parent d61d236a04
commit fcc87b3ae2
4 changed files with 67 additions and 12 deletions
+2 -2
View File
@@ -4345,9 +4345,9 @@ SECTIONS
ovl_Dm_Ravine : AT(RomLocation)
{
build/src/overlays/actors/ovl_Dm_Ravine/z_dm_ravine.o(.text)
build/asm/overlays/ovl_Dm_Ravine_data.o(.data)
build/src/overlays/actors/ovl_Dm_Ravine/z_dm_ravine.o(.data)
build/src/overlays/actors/ovl_Dm_Ravine/z_dm_ravine.o(.rodata)
build/asm/overlays/ovl_Dm_Ravine_rodata.o(.rodata)
build/src/overlays/actors/ovl_Dm_Ravine/z_dm_ravine_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;