mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 19:35:28 +00:00
[ntsc-1.2] Organize n64dd declarations and convert to 1.0 addresses (#2127)
* Reorganize n64dd declarations * Fix bss * Really fix bss
This commit is contained in:
parent
aa1c7f3155
commit
8153c952f6
31 changed files with 156 additions and 178 deletions
|
@ -60,12 +60,12 @@ void Main(void* arg) {
|
|||
PreNmiBuff_Init(gAppNmiBufferPtr);
|
||||
Fault_Init();
|
||||
#if PLATFORM_N64
|
||||
func_800ADA80();
|
||||
if ((u8)B_80121AE1 != 0) {
|
||||
systemHeapStart = (uintptr_t)&D_801E8090;
|
||||
func_800AD410();
|
||||
if (D_80121211 != 0) {
|
||||
systemHeapStart = (uintptr_t)&_n64ddSegmentEnd;
|
||||
SysCfb_Init(1);
|
||||
} else {
|
||||
func_800ADAF8();
|
||||
func_800AD488();
|
||||
systemHeapStart = (uintptr_t)_buffersSegmentEnd;
|
||||
SysCfb_Init(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue