diff options
| author | kyleburnette <kyle@kyleburnette.com> | 2021-04-30 21:42:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 00:42:16 -0400 |
| commit | c377ffe4ac629c44d5d3a7976ca1d4ee76b9fde8 (patch) | |
| tree | cc54b77e037e6323544c3f8a91ce2100a011c3c5 /linker_scripts/code_script.txt | |
| parent | 441f33968c4954db564722cb3ee74d6005da56ca (diff) | |
en_bu OK (#96)
* en_bu OK
* renamed action func
* made the char array in the header of type UNK_TYPE1
* renamed display list pointer as suggested
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 73bdb8802..51c51ac70 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -3649,9 +3649,9 @@ SECTIONS ovl_En_Bu : AT(RomLocation) { build/src/overlays/actors/ovl_En_Bu/z_en_bu.o(.text) - build/asm/overlays/ovl_En_Bu_data.o(.data) + build/src/overlays/actors/ovl_En_Bu/z_en_bu.o(.data) build/src/overlays/actors/ovl_En_Bu/z_en_bu.o(.rodata) - build/asm/overlays/ovl_En_Bu_rodata.o(.rodata) + build/src/overlays/actors/ovl_En_Bu/z_en_bu_overlay.o(.ovl) } SegmentEnd = .; SegmentSize = SegmentEnd - SegmentStart; |
