mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 05:31:51 -04:00
f319c81250
* graph_proc * game_get_next_game_dlftbl * graph_ct * func_800D38E0_jp * func_800D3C94_jp * graph_dt * graph_main * graph_setup_double_buffer * graph_task_set00 WIP * graph_draw_finish * func_800D3E40_jp * func_800D3E14_jp * Some cleanup * Fix m2ctx.py * graph_task_set00
22 lines
476 B
C
22 lines
476 B
C
#ifndef SYS_UCODE_H
|
|
#define SYS_UCODE_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
extern u64 gspF3DZEX2_NoN_PosLight_fifoTextStart[];
|
|
extern u64 gspF3DZEX2_NoN_PosLight_fifoDataStart[];
|
|
|
|
extern u64 gspS2DEX2_fifoTextStart[];
|
|
extern u64 gspS2DEX2_fifoDataStart[];
|
|
|
|
|
|
|
|
u64* ucode_GetRspBootTextStart(void);
|
|
size_t ucode_GetRspBootTextSize(void);
|
|
u64* ucode_GetPolyTextStart(void);
|
|
u64* ucode_GetPolyDataStart(void);
|
|
u64* ucode_GetSpriteTextStart(void);
|
|
u64* ucode_GetSpriteDataStart(void);
|
|
|
|
#endif
|