diff options
| author | kyleburnette <kyle@kyleburnette.com> | 2021-07-13 19:01:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 22:01:57 -0400 |
| commit | 12217a208190bf8dce34970fe73b151f2b0591be (patch) | |
| tree | 67a00b8022af84793b46990a0b00e1dc104f35ce /linker_scripts/code_script.txt | |
| parent | fe6cce76dc476e7517f3c54bf0434b0125db6d5a (diff) | |
en_baisen OK and mostly documented (#205)
* en_baisen OK and mostly documented
* Fixed warning
* Made all suggested changes
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 132b86882..69ddf0460 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -8449,9 +8449,9 @@ SECTIONS ovl_En_Baisen : AT(RomLocation) { build/src/overlays/actors/ovl_En_Baisen/z_en_baisen.o(.text) - build/asm/overlays/ovl_En_Baisen_data.o(.data) + build/src/overlays/actors/ovl_En_Baisen/z_en_baisen.o(.data) build/src/overlays/actors/ovl_En_Baisen/z_en_baisen.o(.rodata) - build/asm/overlays/ovl_En_Baisen_rodata.o(.rodata) + build/src/overlays/actors/ovl_En_Baisen/z_en_baisen_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
