diff options
| author | emilybrooks <emilybrooksemilybrooks@gmail.com> | 2024-01-06 15:51:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-06 15:51:16 -0700 |
| commit | 093b8b7b9b20150a2eb6d2a8ab887f9387298fee (patch) | |
| tree | 10573a1e986d07db373e9f92f770bccbb746f559 /linker_scripts | |
| parent | ebd97e9fd1cd8bb02a397ca8b0982bc0e2b076ae (diff) | |
Update splat to library version 0.21.0 (#130)
* build not matching for some reason
* partial fix
* builds properly now
* remove pigment64 from readme
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_boot.txt | 2 | ||||
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_libultra.txt | 20 |
2 files changed, 11 insertions, 11 deletions
diff --git a/linker_scripts/jp/symbol_addrs_boot.txt b/linker_scripts/jp/symbol_addrs_boot.txt index 3865f29..488fcf2 100644 --- a/linker_scripts/jp/symbol_addrs_boot.txt +++ b/linker_scripts/jp/symbol_addrs_boot.txt @@ -279,7 +279,7 @@ sFpExceptionNames = 0x8003BC38; // sStackInfoListStart = 0x8003BC90; // size:0x4 sStackInfoListEnd = 0x8003BC94; // size:0x4 -gOverlayLogSeverity = 0x8003BCA0 // type:s32 size:0x4 +gOverlayLogSeverity = 0x8003BCA0; // type:s32 size:0x4 gfxprint_moji_tlut = 0x8003BCB0; // type:u8 size:0x80 gfxprint_rainbow_tlut = 0x8003BD30; // type:u8 size:0x20 diff --git a/linker_scripts/jp/symbol_addrs_libultra.txt b/linker_scripts/jp/symbol_addrs_libultra.txt index 0c9b58e..3a17ae9 100644 --- a/linker_scripts/jp/symbol_addrs_libultra.txt +++ b/linker_scripts/jp/symbol_addrs_libultra.txt @@ -338,11 +338,11 @@ __additional_scanline = 0x8003D17C; // size:0x4 (vimgr, true) __osRcpImTable = 0x8003E5D0; // type:u16 size:0x80 (setintmask, true) -P = 0x8003E650; // type:f64 (sinf, false) -rpi = 0x8003E678; // type:f64 -pihi = 0x8003E680; // type:f64 -pilo = 0x8003E688; // type:f64 -zero = 0x8003E690; // type:f32 +P_1 = 0x8003E650; // type:f64 (sinf, false) +rpi_1 = 0x8003E678; // type:f64 +pihi_1 = 0x8003E680; // type:f64 +pilo_1 = 0x8003E688; // type:f64 +zero_1 = 0x8003E690; // type:f32 __osIntOffTable = 0x8003E6A0; // type:u8 (exceptasm, false) jtbl_8003E6C0_jp = 0x8003E6C0; // type:jtbl @@ -359,11 +359,11 @@ RO_STR_8003E734_jp = 0x8003E734; // type:asciz RO_8003E73C_jp = 0x8003E73C; // jtbl_8003E754_jp = 0x8003E754; // type:jtbl -P = 0x8003E830; // type:f64 (cosf, false) -rpi = 0x8003E858; // type:f64 -pihi = 0x8003E860; // type:f64 -pilo = 0x8003E868; // type:f64 -zero = 0x8003E870; // type:f32 +P_2 = 0x8003E830; // type:f64 (cosf, false) +rpi_2 = 0x8003E858; // type:f64 +pihi_2 = 0x8003E860; // type:f64 +pilo_2 = 0x8003E868; // type:f64 +zero_2 = 0x8003E870; // type:f32 __libm_qnan_f = 0x8003E880; // type:f32 size:0x4 (cosf, false) |
