mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-07 13:03:29 -04:00
bg_market_step OK (#21)
* bg_market_step OK * Ran formatting script * Converted arrays to Gfx* arrays and formatted init vars properly * Propery formed display lists and arrays
This commit is contained in:
@@ -5763,8 +5763,9 @@ SECTIONS
|
||||
ovl_Bg_Market_Step : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Bg_Market_Step/z_bg_market_step.o(.text)
|
||||
build/asm/ovl_Bg_Market_Step_data.o(.data)
|
||||
build/asm/ovl_Bg_Market_Step_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Bg_Market_Step/z_bg_market_step.o(.data)
|
||||
build/src/overlays/actors/ovl_Bg_Market_Step/z_bg_market_step.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Bg_Market_Step/z_bg_market_step_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user