mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-29 15:33:08 -04:00
Load Docs (#1222)
* Sync with OoT * Macro cleanup * Some cleanup/rename load system name to Fragment * Format * bss * Some clarifying comments regarding fragments * PR suggestions * size_t and numRelocations
This commit is contained in:
@@ -109,12 +109,12 @@
|
||||
0x800848B8:("FaultDrawer_Init",),
|
||||
0x80084940:("func_80084940",),
|
||||
0x80084968:("func_80084968",),
|
||||
0x800849A0:("Load_Relocate",),
|
||||
0x80084C0C:("Load_LoadOverlay",),
|
||||
0x80084CD0:("Load_AllocateAndLoad",),
|
||||
0x80084DB0:("Load2_Relocate",),
|
||||
0x8008501C:("Load2_LoadOverlay",),
|
||||
0x800850C8:("Load2_AllocateAndLoad",),
|
||||
0x800849A0:("Fragment_Relocate",),
|
||||
0x80084C0C:("Fragment_Load",),
|
||||
0x80084CD0:("Fragment_AllocateAndLoad",),
|
||||
0x80084DB0:("Overlay_Relocate",),
|
||||
0x8008501C:("Overlay_Load",),
|
||||
0x800850C8:("Overlay_AllocateAndLoad",),
|
||||
0x80085130:("PadUtils_Init",),
|
||||
0x80085150:("func_80085150",),
|
||||
0x80085158:("PadUtils_ResetPressRel",),
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
0x80096BE0:("sFaultDrawContext","FaultDrawer*","",0x4),
|
||||
0x80096BE4:("sFaultDrawerDefault","FaultDrawer","",0x3c),
|
||||
0x80096C20:("gLoadLogSeverity","UNK_TYPE4","",0x4),
|
||||
0x80096C30:("gLoad2LogSeverity","UNK_TYPE4","",0x4),
|
||||
0x80096C30:("gOverlayLogSeverity","UNK_TYPE4","",0x4),
|
||||
0x80096C40:("sStackInfoListStart","StackEntry*","",0x4),
|
||||
0x80096C44:("sStackInfoListEnd","StackEntry*","",0x4),
|
||||
0x80096C50:("sGfxPrintFontTLUT","u16","[64]",0x80),
|
||||
|
||||
@@ -106,12 +106,12 @@ asm/non_matchings/boot/fault_drawer/FaultDrawer_SetInputCallback.s,FaultDrawer_S
|
||||
asm/non_matchings/boot/fault_drawer/FaultDrawer_Init.s,FaultDrawer_Init,0x800848B8,0x22
|
||||
asm/non_matchings/boot/boot_80084940/func_80084940.s,func_80084940,0x80084940,0xA
|
||||
asm/non_matchings/boot/boot_80084940/func_80084968.s,func_80084968,0x80084968,0xE
|
||||
asm/non_matchings/boot/loadfragment/Load_Relocate.s,Load_Relocate,0x800849A0,0x9B
|
||||
asm/non_matchings/boot/loadfragment/Load_LoadOverlay.s,Load_LoadOverlay,0x80084C0C,0x31
|
||||
asm/non_matchings/boot/loadfragment/Load_AllocateAndLoad.s,Load_AllocateAndLoad,0x80084CD0,0x38
|
||||
asm/non_matchings/boot/loadfragment2/Load2_Relocate.s,Load2_Relocate,0x80084DB0,0x9B
|
||||
asm/non_matchings/boot/loadfragment2/Load2_LoadOverlay.s,Load2_LoadOverlay,0x8008501C,0x2B
|
||||
asm/non_matchings/boot/loadfragment2/Load2_AllocateAndLoad.s,Load2_AllocateAndLoad,0x800850C8,0x1A
|
||||
asm/non_matchings/boot/loadfragment/Fragment_Relocate.s,Fragment_Relocate,0x800849A0,0x9B
|
||||
asm/non_matchings/boot/loadfragment/Fragment_Load.s,Fragment_Load,0x80084C0C,0x31
|
||||
asm/non_matchings/boot/loadfragment/Fragment_AllocateAndLoad.s,Fragment_AllocateAndLoad,0x80084CD0,0x38
|
||||
asm/non_matchings/boot/loadfragment2/Overlay_Relocate.s,Overlay_Relocate,0x80084DB0,0x9B
|
||||
asm/non_matchings/boot/loadfragment2/Overlay_Load.s,Overlay_Load,0x8008501C,0x2B
|
||||
asm/non_matchings/boot/loadfragment2/Overlay_AllocateAndLoad.s,Overlay_AllocateAndLoad,0x800850C8,0x1A
|
||||
asm/non_matchings/boot/padutils/PadUtils_Init.s,PadUtils_Init,0x80085130,0x8
|
||||
asm/non_matchings/boot/padutils/func_80085150.s,func_80085150,0x80085150,0x2
|
||||
asm/non_matchings/boot/padutils/PadUtils_ResetPressRel.s,PadUtils_ResetPressRel,0x80085158,0x3
|
||||
|
||||
|
Reference in New Issue
Block a user