diff options
| author | kyleburnette <kyle@kyleburnette.com> | 2021-05-04 16:08:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 19:08:19 -0400 |
| commit | 94ef01b42fb5f8bc7602d4d72e242091587504f1 (patch) | |
| tree | 000a7cbc417dc9527d00af4ffee0345159f1a3de /linker_scripts/code_script.txt | |
| parent | 0beaddd30b32a810bdbc26f8cbc5c402f713583e (diff) | |
kepn_koya OK (#97)
* kepn_koya OK
* actually commited change to header
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 3a610e246..7a1f315a0 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -8772,9 +8772,9 @@ SECTIONS ovl_Obj_Kepn_Koya : AT(RomLocation) { build/src/overlays/actors/ovl_Obj_Kepn_Koya/z_obj_kepn_koya.o(.text) - build/asm/overlays/ovl_Obj_Kepn_Koya_data.o(.data) + build/src/overlays/actors/ovl_Obj_Kepn_Koya/z_obj_kepn_koya.o(.data) build/src/overlays/actors/ovl_Obj_Kepn_Koya/z_obj_kepn_koya.o(.rodata) - build/asm/overlays/ovl_Obj_Kepn_Koya_rodata.o(.rodata) + build/src/overlays/actors/ovl_Obj_Kepn_Koya/z_obj_kepn_koya_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
