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/69CB30.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/69CB30.h')
| -rw-r--r-- | include/69CB30.h | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/include/69CB30.h b/include/69CB30.h new file mode 100644 index 0000000..4a13af3 --- /dev/null +++ b/include/69CB30.h @@ -0,0 +1,44 @@ +#ifndef C_69CB30_H +#define C_69CB30_H + +#include "ultra64.h" + +// void func_80078E90_jp(); +// void func_80078EB4_jp(); +// void func_80078EE0_jp(); +// void func_80078F08_jp(); +// void func_80078F34_jp(); +// void func_80078FE8_jp(); +// void func_80079030_jp(); +// void func_80079080_jp(); +// void mCPk_InitPak(); +// void func_8007919C_jp(); +// void func_8007920C_jp(); +// void func_800792FC_jp(); +// void func_80079378_jp(); +// void func_800793A8_jp(); +// void mCPk_SavePak(); +// void func_8007942C_jp(); +// void func_800794E4_jp(); +// void func_8007967C_jp(); +// void func_80079708_jp(); +// void func_80079760_jp(); +// void func_80079838_jp(); +// void func_800798DC_jp(); +// void func_80079A24_jp(); +// void func_80079AAC_jp(); +// void func_80079B28_jp(); +// void func_80079BF8_jp(); +// void func_80079D00_jp(); +// void func_80079D50_jp(); +// void func_80079E14_jp(); +// void func_80079E54_jp(); +// void func_80079EA4_jp(); +// void func_80079EDC_jp(); +// void func_80079F44_jp(); +// void func_8007A008_jp(); +// void mCPk_get_pkinfo(); +// void func_8007A080_jp(); +// void new_Debug_mode(); + +#endif |
