Files
af/include/m_start_data_init.h
T
Anghelo Carvajal 35cb5d1cfc 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>
2023-04-03 11:54:50 -04:00

25 lines
570 B
C

#ifndef M_START_DATA_INIT_H
#define M_START_DATA_INIT_H
#include "ultra64.h"
// void func_800C2FF0_jp();
// void func_800C3054_jp();
// void func_800C3118_jp();
// void func_800C31D0_jp();
// void func_800C327C_jp();
// void func_800C3398_jp();
// void func_800C33CC_jp();
// void func_800C3418_jp();
// void func_800C3488_jp();
// void func_800C34D0_jp();
// void func_800C37BC_jp();
// void func_800C3970_jp();
// void func_800C3AAC_jp();
// void func_800C3BB4_jp();
// void mSDI_StartInitAfter();
// void mSDI_StartInitBefore();
// void func_800C3DA8_jp();
#endif