diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-05-18 22:58:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 22:58:30 -0400 |
| commit | 4d6d9c27a4f2a349a8c9dfcbff5dd866f4cdc9de (patch) | |
| tree | 927fed70318abe11a1bdf58af6aaa8c15d106fa2 /linker_scripts | |
| parent | dea3c8fd792d29648697f697f34d3658bf3838cf (diff) | |
code_0x8017FEB0 OK (#137)
* almost every function
* atans ok
* import data and rodata
* format `atan_first_8th_array`
* fix signature and rodata
* rename to angle
* Rename the functions to match their OoT counterparts
* rename code_0x8017FEB0 to sys_math_atan
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/code_script.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 0cd2298eb..c48f66b7d 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -461,7 +461,7 @@ SECTIONS build/asm/code/sys_initial_check.o(.text) build/asm/code/code_0x80179300.o(.text) build/asm/code/code_0x801795F0.o(.text) - build/src/code/code_0x8017FEB0.o(.text) + build/src/code/sys_math_atan.o(.text) build/src/code/sys_matrix.o(.text) build/asm/code/code_0x80182CE0.o(.text) build/src/code/code_0x80183070.o(.text) @@ -555,7 +555,7 @@ SECTIONS build/asm/code/code_data_speed_meter.o(.data) build/asm/code/code_data_0x80179300.o(.data) build/asm/code/code_data_0x801D15B0.o(.data) - build/asm/code/code_data_0x8017FEB0.o(.data) + build/src/code/sys_math_atan.o(.data) build/asm/code/code_data_sys_matrix.o(.data) build/asm/code/code_data_0x80182CE0.o(.data) build/asm/code/code_data_0x8018B0F0.o(.data) @@ -629,7 +629,7 @@ SECTIONS build/asm/code/code_rodata_sched.o(.rodata) build/asm/code/code_rodata_0x80179300.o(.rodata) build/asm/code/code_rodata_0x801795F0.o(.rodata) - build/asm/code/code_rodata_0x8017FEB0.o(.rodata) + build/src/code/sys_math_atan.o(.rodata) build/asm/code/code_rodata_sys_matrix.o(.rodata) build/asm/code/code_rodata_0x801830A0.o(.rodata) build/asm/code/code_rodata_sys_flashrom.o(.rodata) |
