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 | |
| 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')
| -rw-r--r-- | linker_scripts/code_script.txt | 4 | ||||
| -rw-r--r-- | linker_scripts/object_script.txt | 5 |
2 files changed, 7 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; diff --git a/linker_scripts/object_script.txt b/linker_scripts/object_script.txt index 3dfa284a3..4c8dd73f5 100644 --- a/linker_scripts/object_script.txt +++ b/linker_scripts/object_script.txt @@ -217,6 +217,11 @@ D_06013EA8 = 0x06013EA8; /* z_eff_dust */ D_04054A90 = 0x04054A90; +/* z_en_baisen */ +D_060011C0 = 0x060011C0; +D_060008B4 = 0x060008B4; +D_06008198 = 0x06008198; + /* z_en_cha */ D_06000710 = 0x06000710; D_06000958 = 0x06000958; |
