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:
Anghelo Carvajal
2021-07-27 02:01:11 -04:00
committed by GitHub
parent b59d9a9935
commit df1fd4adc1
6 changed files with 1331 additions and 16 deletions
+3 -1
View File
@@ -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;