mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-12 05:27:07 -04:00
Reduce the amount of Overlays with rodata issues (#212)
* Player C file * Fix rodata issue in player and remove some actors that doesn't have rodata issues from the list * Check every asm with rodata issues * Add fishing relocs and change clang-format version to a generic one * undo clang-format version
This commit is contained in:
@@ -813,8 +813,10 @@ SECTIONS
|
||||
_ovl_Player_ActorSegmentStart = SegmentStart;
|
||||
ovl_Player_Actor : AT(RomLocation)
|
||||
{
|
||||
build/asm/overlays/ovl_Player_Actor_0x8082DA90.o(.text)
|
||||
build/src/overlays/actors/ovl_Player_Actor/z_player.o(.text)
|
||||
build/asm/overlays/ovl_Player_Actor_data.o(.data)
|
||||
build/src/overlays/actors/ovl_Player_Actor/z_player.o(.rodata)
|
||||
build/asm/overlays/ovl_Player_Actor_rodata.o(.rodata)
|
||||
ovl_Player_Actor_bss_start = .;
|
||||
}
|
||||
. += 0x80;
|
||||
|
||||
Reference in New Issue
Block a user