diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-04-03 11:54:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-03 11:54:50 -0400 |
| commit | 35cb5d1cfc163b95f48a2bc4f1f22bbff6e9e109 (patch) | |
| tree | df248b1f7e2329d4f8878d6ef88cfa0a51a00f4c /include/padmgr.h | |
| parent | 78b87b21fbc11bd50c317e273604ad575ebb5f85 (diff) | |
Integrate sheet knowledge into the repo (#9)
* boot splits
* code file splits
* functions from sheets
* symbols from the sheet
* bootstrap headers
* common_data
* most segments
* headers for boot files
* add overlays as placeholders
* unname _os files
* named a few files
* code headers
* typo
* Disassemble every overlay
* bootstrap symbol_addrs_overlays.txt
* split yamls
---------
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'include/padmgr.h')
| -rw-r--r-- | include/padmgr.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/include/padmgr.h b/include/padmgr.h new file mode 100644 index 0000000..27f10d2 --- /dev/null +++ b/include/padmgr.h @@ -0,0 +1,28 @@ +#ifndef PADMGR_H +#define PADMGR_H + +#include "ultra64.h" + +// void padmgr_LockSerialMesgQ(); +// void padmgr_UnlockSerialMesgQ(); +// void padmgr_LockContData(); +// void padmgr_UnlockContData(); +// void func_800D6AD4_jp(); +// void func_800D6AEC_jp(); +// void func_800D6B0C_jp(); +// void func_800D6B34_jp(); +// void padmgr_PakConnectCheck(); +// void padmgr_HandleDoneReadPadMsg(); +// void padmgr_ConnectCheck(); +// void padmgr_HandleRetraceMsg(); +// void padmgr_HandlePreNMIMsg(); +// void padmgr_RequestPadData_NonLock(); +// void padmgr_RequestPadData(); +// void padmgr_ClearPadData(); +// void padmgr_MainProc(); +// void padmgr_Init(); +// void func_800D763C_jp(); +// void func_800D765C_jp(); +// void func_800D7678_jp(); + +#endif |
