mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-29 16:44:37 -04:00
Arms_Hook OK (#33)
* All but 2 functions matched * More work on hookshot * hookshot work * 2 functions left (and one is almost done) * sp issues with draw, but matching otherwise * hookshot matching * Changed rodata inclusion for armshook * Hookshot OK * Resolve script conflicts * Rename unk variables to match MM standard * Made requested changes
This commit is contained in:
@@ -1312,8 +1312,9 @@ SECTIONS
|
||||
ovl_Arms_Hook : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.text)
|
||||
build/asm/ovl_Arms_Hook_data.o(.data)
|
||||
build/asm/ovl_Arms_Hook_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.data)
|
||||
build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user