ovl_Bg_Ladder: OK (Wooden Ladder) (#135)

* ovl_Bg_Ladder: OK (Wooden Ladder)

* Change sLadderDLists type; add comment about thisx

* Add macros for BgLadder params; rename object symbols
This commit is contained in:
Zach Banks
2021-05-20 18:06:00 -04:00
committed by GitHub
parent cb89346c28
commit 458dd13141
5 changed files with 169 additions and 18 deletions
+2 -2
View File
@@ -4775,9 +4775,9 @@ SECTIONS
ovl_Bg_Ladder : AT(RomLocation)
{
build/src/overlays/actors/ovl_Bg_Ladder/z_bg_ladder.o(.text)
build/asm/overlays/ovl_Bg_Ladder_data.o(.data)
build/src/overlays/actors/ovl_Bg_Ladder/z_bg_ladder.o(.data)
build/src/overlays/actors/ovl_Bg_Ladder/z_bg_ladder.o(.rodata)
build/asm/overlays/ovl_Bg_Ladder_rodata.o(.rodata)
build/src/overlays/actors/ovl_Bg_Ladder/z_bg_ladder_overlay.o(.ovl)
}
SegmentEnd = .;
SegmentSize = SegmentEnd - SegmentStart;