diff options
| author | Lywx <kiritodev01@gmail.com> | 2024-02-14 12:32:33 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 15:32:33 -0300 |
| commit | 503ec0a01b1b96bdc3f60533fac636a07cf6f571 (patch) | |
| tree | cd783e0e0e2d875f22d32e9c02485d800cbc6928 /linker_scripts | |
| parent | 902dc0b82976e020a7a08620b59263eff58b6134 (diff) | |
Splitted buffers to a new file (#126)
* Splitted buffers
* Moved buffers to latest overlay
* Removed sizes and moved buffers to a new overlays segment
* Removed addrs from libultra
* Readded symbols into symbol_addrs
* rename buffers to fox_buffers
---------
Co-authored-by: Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/us/symbol_addrs_libultra.txt | 4 | ||||
| -rw-r--r-- | linker_scripts/us/symbol_addrs_nlib_vars.txt | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/linker_scripts/us/symbol_addrs_libultra.txt b/linker_scripts/us/symbol_addrs_libultra.txt index 87add7cf..ee40be01 100644 --- a/linker_scripts/us/symbol_addrs_libultra.txt +++ b/linker_scripts/us/symbol_addrs_libultra.txt @@ -66,7 +66,7 @@ __osSpRawWriteIo = 0x8002E1E0; __osSpRawReadIo = 0x8002E230; osCreatePiManager = 0x800227A0; ramromMain = 0x8002296C; -osSetThreadPri = 0x80022A80; +osSetThreadPri = 0x80022A80; osInitialize = 0x80022B60; osGetTime = 0x80023000; __sinf = 0x80023090; @@ -243,7 +243,7 @@ __rmonRunRCP = 0x8002E3BC; __osContinitialized = 0x800C7CC0; osViModeNtscLan1 = 0x800C7CD0; -osViModePalLan1 = 0x800C7D20; +osViModePalLan1 = 0x800C7D20; osViModeMpalLan1 = 0x800C7D70; __osViDevMgr = 0x800C7DC0; //size:0x1C __osPiDevMgr = 0x800C7DE0; //size:0x1C diff --git a/linker_scripts/us/symbol_addrs_nlib_vars.txt b/linker_scripts/us/symbol_addrs_nlib_vars.txt index 9225515d..07141cdd 100644 --- a/linker_scripts/us/symbol_addrs_nlib_vars.txt +++ b/linker_scripts/us/symbol_addrs_nlib_vars.txt @@ -97,7 +97,7 @@ sRandSeed3 = 0x8013B3AC; sSeededRandSeed1 = 0x8013B3B0; sSeededRandSeed2 = 0x8013B3B4; -// matrix +// matrix gIdentityMtx = 0x800C4620; gIdentityMatrix = 0x800C4660; gGfxMatrix = 0x8013B3C0; @@ -105,18 +105,18 @@ sGfxMatrixStack = 0x8013B3C8; gCalcMatrix = 0x8013BBC8; sCalcMatrixStack = 0x8013BBD0; -// memory +// memory sMemoryBuffer = 0x8013C3D0; // size:0x8800 sMemoryPtr = 0x80144BD0; // thread 7 sTimerTasks = 0x80144BE0; -// save +// save gSaveIOBuffer = 0x80144F60; sPrevSaveData = 0x80145160; -// fault +// fault gFaultMgr = 0x80145360; // size:0x9D8 sFaultCharIndex = 0x800C46F0; sFaultCharPixelFlags = 0x800C4770; |
