diff options
| author | kyleburnette <kyle@kyleburnette.com> | 2021-02-11 19:12:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 22:12:54 -0500 |
| commit | ee0ab1cbc949cd3b311f085295cd6709cb56ad67 (patch) | |
| tree | a3ff22bf5662a656c529117120e0bda2d27568da /linker_scripts/code_script.txt | |
| parent | 6ac8ea373ca79b923535276f0e7f60fe22e66fd2 (diff) | |
en_hs2 OK (#46)
* en_hs2 OK
* Formatted files
* Renamed the DoNothing func.
Co-authored-by: fullgrowngaming <fullgrowngaming@gmail.com>
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 82fa57559..ed053af4e 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -3084,8 +3084,9 @@ SECTIONS ovl_En_Hs2 : AT(RomLocation) { build/src/overlays/actors/ovl_En_Hs2/z_en_hs2.o(.text) - build/asm/ovl_En_Hs2_data.o(.data) - build/asm/ovl_En_Hs2_rodata.o(.rodata) + build/src/overlays/actors/ovl_En_Hs2/z_en_hs2.o(.data) + build/src/overlays/actors/ovl_En_Hs2/z_en_hs2.o(.rodata) + build/src/overlays/actors/ovl_En_Hs2/z_en_hs2_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
