mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-12 11:51: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;
|
||||
|
||||
@@ -251,3 +251,8 @@ D_0401C430 = 0x0401C430;
|
||||
D_04048DF0 = 0x04048DF0;
|
||||
D_04057B10 = 0x04057B10;
|
||||
D_04089070 = 0x04089070;
|
||||
|
||||
/* z_obj_moon_stone */
|
||||
D_06001C60 = 0x06001C60;
|
||||
D_06000D78 = 0x06000D78;
|
||||
D_06000C80 = 0x06000C80;
|
||||
Reference in New Issue
Block a user