diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2020-12-09 19:35:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-09 19:35:40 -0500 |
| commit | 6ac8ea373ca79b923535276f0e7f60fe22e66fd2 (patch) | |
| tree | 3cafb9c560e616dad1ceb0c12daf7d740b7bb8ef /linker_scripts/code_script.txt | |
| parent | 96f680d1d1b71183f192099d37927083d275b8ae (diff) | |
Decompile `ovl_TG_Sw` (#44)
Co-authored-by: MMDecomp <MMDecomp@anon.tld>
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 19cc9eb1f..82fa57559 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -6108,8 +6108,9 @@ SECTIONS ovl_TG_Sw : AT(RomLocation) { build/src/overlays/actors/ovl_TG_Sw/z_tg_sw.o(.text) - build/asm/ovl_TG_Sw_data.o(.data) - build/asm/ovl_TG_Sw_rodata.o(.rodata) + build/src/overlays/actors/ovl_TG_Sw/z_tg_sw.o(.data) + build/src/overlays/actors/ovl_TG_Sw/z_tg_sw.o(.rodata) + build/src/overlays/actors/ovl_TG_Sw/z_tg_sw_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
