Rename `func_800733F8` to `_some_camera_setup`

This commit is contained in:
gijs 2024-05-24 17:10:25 +02:00
parent 5ef42ecd2f
commit 824ad34698
3 changed files with 4 additions and 1 deletions

View File

@ -561,4 +561,6 @@ extern void obSetCurrentTime(u32 time);
extern u32 obGetCurrentTime();
extern f32 obGetCurrentTimeF();
extern void _some_camera_setup(float fovY, float aspect);
#endif

View File

@ -1,6 +1,7 @@
__SOME_PERSPECTIVE_MATRIX = 0x800aedf0; // size:64
__SOME_PERSPECITVE_MATRIX_NORM_SCALE = 0x800aee70; // size:2
__SOME_LOOK_AT_MATRIX = 0x800aee30; // size:64
_some_camera_setup = 0x800733F8;
_main_stop_all_audio = 0x800EA714;

View File

@ -385,7 +385,7 @@ void func_80073398(void) {
nuGfxZBuffer = 0;
}
INCLUDE_ASM(const s32, "main", func_800733F8);
INCLUDE_ASM(const s32, "main", _some_camera_setup);
/* 3BA0 800737A0 */
void func_800737A0(void) {