diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-12-26 07:33:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 08:33:00 -0700 |
| commit | 7ba4585497a63eb64e7ca33aa53ca22695760739 (patch) | |
| tree | a381133813b0f292e2d74f792e576123eb2bd6ee /linker_scripts | |
| parent | b73a19dd984550595575f946db7366bcc488a41b (diff) | |
Move D_8003C568_jp from system_heap (#231)
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_boot.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linker_scripts/jp/symbol_addrs_boot.txt b/linker_scripts/jp/symbol_addrs_boot.txt index 488fcf2..3bf0bff 100644 --- a/linker_scripts/jp/symbol_addrs_boot.txt +++ b/linker_scripts/jp/symbol_addrs_boot.txt @@ -288,9 +288,11 @@ gfxprint_font = 0x8003BD58; // type:u8 size:0x800 sInitFuncs = 0x8003C560; // sNew = 0x8003C564; // -D_8003C568_jp = 0x8003C568; // - +gPositiveInfinity = 0x8003C570; // type:f32 size:0x4 +gNegativeInfinity = 0x8003C574; // type:f32 size:0x4 +gPositiveZero = 0x8003C578; // type:f32 size:0x4 +gNegativeZero = 0x8003C57C; // type:f32 size:0x4 qNaN0x3FFFFF = 0x8003C580; // type:f32 size:0x4 qNaN0x10000 = 0x8003C584; // type:f32 size:0x4 sNaN0x3FFFFF = 0x8003C588; // type:f32 size:0x4 |
