* 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:
Derek Hensley
2023-06-23 21:26:36 -07:00
committed by GitHub
parent aa9e368561
commit 5619dc5b5e
19 changed files with 307 additions and 197 deletions
+6 -6
View File
@@ -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
1 asm/non_matchings/boot/boot_main/bootproc.s bootproc 0x80080060 0x3C
106 asm/non_matchings/boot/fault_drawer/FaultDrawer_Init.s FaultDrawer_Init 0x800848B8 0x22
107 asm/non_matchings/boot/boot_80084940/func_80084940.s func_80084940 0x80084940 0xA
108 asm/non_matchings/boot/boot_80084940/func_80084968.s func_80084968 0x80084968 0xE
109 asm/non_matchings/boot/loadfragment/Load_Relocate.s asm/non_matchings/boot/loadfragment/Fragment_Relocate.s Load_Relocate Fragment_Relocate 0x800849A0 0x9B
110 asm/non_matchings/boot/loadfragment/Load_LoadOverlay.s asm/non_matchings/boot/loadfragment/Fragment_Load.s Load_LoadOverlay Fragment_Load 0x80084C0C 0x31
111 asm/non_matchings/boot/loadfragment/Load_AllocateAndLoad.s asm/non_matchings/boot/loadfragment/Fragment_AllocateAndLoad.s Load_AllocateAndLoad Fragment_AllocateAndLoad 0x80084CD0 0x38
112 asm/non_matchings/boot/loadfragment2/Load2_Relocate.s asm/non_matchings/boot/loadfragment2/Overlay_Relocate.s Load2_Relocate Overlay_Relocate 0x80084DB0 0x9B
113 asm/non_matchings/boot/loadfragment2/Load2_LoadOverlay.s asm/non_matchings/boot/loadfragment2/Overlay_Load.s Load2_LoadOverlay Overlay_Load 0x8008501C 0x2B
114 asm/non_matchings/boot/loadfragment2/Load2_AllocateAndLoad.s asm/non_matchings/boot/loadfragment2/Overlay_AllocateAndLoad.s Load2_AllocateAndLoad Overlay_AllocateAndLoad 0x800850C8 0x1A
115 asm/non_matchings/boot/padutils/PadUtils_Init.s PadUtils_Init 0x80085130 0x8
116 asm/non_matchings/boot/padutils/func_80085150.s func_80085150 0x80085150 0x2
117 asm/non_matchings/boot/padutils/PadUtils_ResetPressRel.s PadUtils_ResetPressRel 0x80085158 0x3