summaryrefslogtreecommitdiff
path: root/include/graph.h
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-04-03 11:54:50 -0400
committerGitHub <noreply@github.com>2023-04-03 11:54:50 -0400
commit35cb5d1cfc163b95f48a2bc4f1f22bbff6e9e109 (patch)
treedf248b1f7e2329d4f8878d6ef88cfa0a51a00f4c /include/graph.h
parent78b87b21fbc11bd50c317e273604ad575ebb5f85 (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/graph.h')
-rw-r--r--include/graph.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/graph.h b/include/graph.h
new file mode 100644
index 0000000..053f558
--- /dev/null
+++ b/include/graph.h
@@ -0,0 +1,19 @@
+#ifndef GRAPH_H
+#define GRAPH_H
+
+#include "ultra64.h"
+
+// void func_800D38E0_jp();
+// void graph_setup_double_buffer();
+// void game_get_next_game_dlftbl();
+// void func_800D3C94_jp();
+// void graph_ct();
+// void graph_dt();
+// void func_800D3E14_jp();
+// void func_800D3E40_jp();
+// void graph_task_set00();
+// void graph_draw_finish();
+// void graph_main();
+// void graph_proc();
+
+#endif