From 35cb5d1cfc163b95f48a2bc4f1f22bbff6e9e109 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Mon, 3 Apr 2023 11:54:50 -0400 Subject: 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 --- include/gamealloc.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/gamealloc.h (limited to 'include/gamealloc.h') diff --git a/include/gamealloc.h b/include/gamealloc.h new file mode 100644 index 0000000..5c4d0c8 --- /dev/null +++ b/include/gamealloc.h @@ -0,0 +1,12 @@ +#ifndef GAMEALLOC_H +#define GAMEALLOC_H + +#include "ultra64.h" + +// void func_800D3720_jp(); +// void gamealloc_malloc(); +// void gamealloc_free(); +// void gamealloc_cleanup(); +// void gamealloc_init(); + +#endif -- cgit v1.2.3