mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
35cb5d1cfc
* 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>
20 lines
390 B
C
20 lines
390 B
C
#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
|