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>
12 lines
188 B
C
12 lines
188 B
C
#ifndef CODE_FUNCTIONS_H
|
|
#define CODE_FUNCTIONS_H
|
|
|
|
#include "ultra64.h"
|
|
#include "unknown_structs.h"
|
|
|
|
// void D_800FD2D0_jp();
|
|
// void func_801002CC_jp();
|
|
// void D_801002F0_jp();
|
|
|
|
#endif
|