mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-18 04:52:03 +00:00
Match n64dd text in code (#2058)
* match n64dd text * format * fixups * add n64dd segment using baserom * cleanup syms 1 * cleanup symbols 2 * cleanup D_800FF4B0 * fix declaration usage and linking for D_800FF4B0
This commit is contained in:
parent
ac2224f095
commit
942df45892
7 changed files with 189 additions and 8 deletions
|
@ -2304,13 +2304,13 @@ IrqMgr_HandlePreNMI500 = 0x800AD808; // type:func
|
|||
IrqMgr_HandleRetrace = 0x800AD82C; // type:func
|
||||
IrqMgr_ThreadEntry = 0x800AD8E4; // type:func
|
||||
IrqMgr_Init = 0x800AD9B8; // type:func
|
||||
func_800ADA80_unknown = 0x800ADA80; // type:func
|
||||
func_800ADAF8_unknown = 0x800ADAF8; // type:func
|
||||
func_800ADB30_unknown = 0x800ADB30; // type:func
|
||||
func_800ADB8C_unknown = 0x800ADB8C; // type:func
|
||||
func_800ADBD0_unknown = 0x800ADBD0; // type:func
|
||||
func_800ADC00_unknown = 0x800ADC00; // type:func
|
||||
func_800ADC08_unknown = 0x800ADC08; // type:func
|
||||
func_800ADA80 = 0x800ADA80; // type:func
|
||||
func_800ADAF8 = 0x800ADAF8; // type:func
|
||||
func_800ADB30 = 0x800ADB30; // type:func
|
||||
func_800ADB8C = 0x800ADB8C; // type:func
|
||||
func_800ADBD0 = 0x800ADBD0; // type:func
|
||||
func_800ADC00 = 0x800ADC00; // type:func
|
||||
func_800ADC08 = 0x800ADC08; // type:func
|
||||
Fault_SleepImpl = 0x800ADC20; // type:func
|
||||
func_800ADC5C_unknown = 0x800ADC5C; // type:func
|
||||
func_800ADCD8_unknown = 0x800ADCD8; // type:func
|
||||
|
@ -3097,6 +3097,8 @@ Message_Init = 0x800E2660; // type:func
|
|||
Regs_InitDataImpl = 0x800E2704; // type:func
|
||||
Regs_InitData = 0x800E35D0; // type:func
|
||||
njpgdspMainTextStart = 0x800E7200; // type:func
|
||||
func_801C7740_unknown = 0x801C7740; // type:func
|
||||
func_801C8510_unknown = 0x801C8510; // type:func
|
||||
n64dd_SetDiskVersion = 0x801C8808; // type:func
|
||||
ConsoleLogo_Calc = 0x80800000; // type:func
|
||||
ConsoleLogo_SetupView = 0x8080009C; // type:func
|
||||
|
|
|
@ -12,3 +12,13 @@ gSaveContext = 0x8011AC80; // size:0x1428 type:SaveContext
|
|||
gRegEditor = 0x8011C0B0; // size:0x4 type:RegEditor*
|
||||
gSegments = 0x80121508; // size:0x40
|
||||
_string_n64dd_c = 0x801D9680; // size:0x1 type:char
|
||||
B_80121AF0 = 0x80121AF0; // size:0x4 type:n64ddStruct_80121AF0*
|
||||
B_80121AE0 = 0x80121AE0; // size:0x1 type:u8
|
||||
B_80121AE1 = 0x80121AE1; // size:0x1 type:s8
|
||||
B_80121AE2 = 0x80121AE2; // size:0x1 type:u8
|
||||
_n64ddSegmentStart = 0x801C7740;
|
||||
_n64ddSegmentRomStart = 0x00B8ADA0;
|
||||
_n64ddSegmentRomEnd = 0x00B9DA70;
|
||||
D_801DA410 = 0x801DA410;
|
||||
D_801E8090 = 0x801E8090;
|
||||
D_800FF4B0 = 0x800FF4B0; // size:0xB0 type:n64ddStruct_800FF4B0_pointers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue