mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-02 10:09:58 -04:00
Obj_moon_stone Matching (#154)
* most all matching, just one func left * forgot about the object script * Moon's Tear OK * fixing suggestions * fixing actor pointers
This commit is contained in:
@@ -8764,9 +8764,9 @@ SECTIONS
|
||||
ovl_Obj_Moon_Stone : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Obj_Moon_Stone/z_obj_moon_stone.o(.text)
|
||||
build/asm/overlays/ovl_Obj_Moon_Stone_data.o(.data)
|
||||
build/src/overlays/actors/ovl_Obj_Moon_Stone/z_obj_moon_stone.o(.data)
|
||||
build/src/overlays/actors/ovl_Obj_Moon_Stone/z_obj_moon_stone.o(.rodata)
|
||||
build/asm/overlays/ovl_Obj_Moon_Stone_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Obj_Moon_Stone/z_obj_moon_stone_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user