diff options
| author | rozlette <uberpanzermensch@gmail.com> | 2020-03-15 01:13:53 -0500 |
|---|---|---|
| committer | rozlette <uberpanzermensch@gmail.com> | 2020-03-15 01:13:53 -0500 |
| commit | ff958ad932b29c830afa8d2bfd6dd6a0616c93a8 (patch) | |
| tree | 916cf38da1595716bcb37651b75f7ff22a93399a /linker_scripts/code_script.txt | |
| parent | 0c35be2381ba8b46b0a1a2d9b625cf02d04cdb68 (diff) | |
Rename many functions, structs, and variables to match the oot decomp. Some things have not been renamed as their respective files have not been decompiled yet.
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index d12433a5e..d9026c8d1 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -10,9 +10,9 @@ SECTIONS boot : AT(RomLocation) { boot_text_start = .; - build/src/boot_O2_g3/boot_0x80080060.o(.text) + build/src/boot_O2_g3/boot_main.o(.text) build/src/boot_O2_g3/idle.o(.text) - build/src/boot_O2_g3/boot_0x800805E0.o(.text) + build/src/boot_O2_g3/viconfig.o(.text) build/src/boot_O2_g3/z_std_dma.o(.text) build/asm/boot_0x80080E30.o(.text) build/src/boot_O2_g3/irqmgr.o(.text) @@ -70,7 +70,7 @@ SECTIONS build/src/libultra/io/sprawdma.o(.text) build/src/libultra/io/sirawdma.o(.text) build/asm/boot_0x8008AE20.o(.text) - build/src/libultra/io/virepeatline.o(.text) + build/src/libultra/io/viblack.o(.text) build/src/libultra/io/sirawread.o(.text) build/src/libultra/os/getthreadid.o(.text) build/src/libultra/io/sptaskyield.o(.text) @@ -248,7 +248,7 @@ SECTIONS boot_data_end = .; boot_rodata_start = .; - build/src/boot_O2_g3/boot_0x80080060.o(.rodata) + build/src/boot_O2_g3/boot_main.o(.rodata) build/src/boot_O2_g3/idle.o(.rodata) build/asm/boot_rodata_z_std_dma.o(.text) build/asm/boot_rodata_0x80080E30.o(.text) @@ -279,7 +279,7 @@ SECTIONS RomLocation += SegmentSize; boot_bss_start = .; - . += 0x1C60; /* 0x80080060 */ + . += 0x1C60; /* boot_main */ . += 0x140; /* idle */ . += 0x770; /* z_std_dma */ . += 0x420; /* 0x80080E30 */ |
