diff options
| author | fullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com> | 2020-09-19 19:55:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-19 21:55:06 -0500 |
| commit | a241f57e603bfb63e3cdae8826c740341da24f30 (patch) | |
| tree | f377999102b2c07ca3fed0e7953a88616ef5a629 /linker_scripts/code_script.txt | |
| parent | dc7b8cc5b4ad54ff71fbc7bc5e641911421f6f1d (diff) | |
obj_hana OK (#20)
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 53b25aa83..3bfff9582 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -2060,8 +2060,9 @@ SECTIONS ovl_Obj_Hana : AT(RomLocation) { build/src/overlays/actors/ovl_Obj_Hana/z_obj_hana.o(.text) - build/asm/ovl_Obj_Hana_data.o(.data) - build/asm/ovl_Obj_Hana_rodata.o(.rodata) + build/src/overlays/actors/ovl_Obj_Hana/z_obj_hana.o(.data) + build/src/overlays/actors/ovl_Obj_Hana/z_obj_hana.o(.rodata) + build/src/overlays/actors/ovl_Obj_Hana/z_obj_hana_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
