mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 09:22:30 +01:00
30 lines
825 B
C
30 lines
825 B
C
#include "common.h"
|
|
|
|
INCLUDE_API_ASM("code_8230_len_1ae0", nuSiMgrInit);
|
|
|
|
INCLUDE_API_ASM("code_8230_len_1ae0", nuSiSendMesg);
|
|
|
|
INCLUDE_API_ASM("code_8230_len_1ae0", nuSiMgrStop);
|
|
|
|
INCLUDE_API_ASM("code_8230_len_1ae0", nuSiMgrRestart);
|
|
|
|
INCLUDE_API_ASM("code_8230_len_1ae0", nuSiMgrThread);
|
|
|
|
INCLUDE_ASM("code_8230_len_1ae0", func_8002D160);
|
|
|
|
INCLUDE_ASM("code_8230_len_1ae0", update_cameras);
|
|
|
|
INCLUDE_ASM("code_8230_len_1ae0", render_frame);
|
|
|
|
INCLUDE_ASM("code_8230_len_1ae0", create_cameras_a);
|
|
|
|
INCLUDE_ASM("code_8230_len_1ae0", create_cameras_b);
|
|
|
|
INCLUDE_ASM("code_8230_len_1ae0", initialize_next_camera);
|
|
|
|
void INCLUDE_ASM("code_8230_len_1ae0", set_cam_viewport, s16 id, s16 x, s16 y, s16 width, s16 height);
|
|
|
|
INCLUDE_ASM("code_8230_len_1ae0", get_cam_viewport);
|
|
|
|
INCLUDE_ASM("code_8230_len_1ae0", get_screen_coords);
|