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/THA_GA.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/THA_GA.h')
| -rw-r--r-- | include/THA_GA.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/THA_GA.h b/include/THA_GA.h new file mode 100644 index 0000000..3766fe8 --- /dev/null +++ b/include/THA_GA.h @@ -0,0 +1,23 @@ +#ifndef THA_GA_H +#define THA_GA_H + +#include "ultra64.h" + +// void THA_GA_ct(); +// void THA_GA_dt(); +// void THA_GA_isCrash(); +// void THA_GA_init(); +// void THA_GA_getFreeBytes(); +// void THA_GA_getHeadPtr(); +// void THA_GA_setHeadPtr(); +// void THA_GA_getTailPtr(); +// void THA_GA_nextPtrN(); +// void THA_GA_nextPtr1(); +// void THA_GA_NEXT_DISP(); +// void THA_GA_alloc(); +// void THA_GA_allocMtxN(); +// void THA_GA_allocMtx1(); +// void THA_GA_allocVtxN(); +// void THA_GA_allocVtx1(); + +#endif |
