Various Naming (#445)

* Mass renames
This commit is contained in:
coco875
2023-10-08 00:31:48 +02:00
committed by GitHub
parent 2b74bbbcef
commit d8cfed9491
135 changed files with 6015 additions and 5760 deletions
+1 -1
View File
@@ -946,7 +946,7 @@ void func_80284154(struct CinematicCamera *camera) {
void func_80284184(struct CinematicCamera *camera)
{
f32 trophy;
trophy = ((D_80165C18[D_80183EA0[3]].pos[1] - camera->lookAt[1]) * 0.9f) + camera->lookAt[1];
trophy = ((gObjectList[D_80183EA0[3]].pos[1] - camera->lookAt[1]) * 0.9f) + camera->lookAt[1];
f32_lerp(&camera->pos[1], trophy, 0.5);
}
+1 -1
View File
@@ -164,7 +164,7 @@ void load_credits(void) {
camera->up[2] = 0.0f;
init_cinematic_camera();
func_80003040();
func_8006E9C0();
init_object_list();
func_80093E60();
func_80092688();
if (D_800DC5EC) {}
+2 -2
View File
@@ -71,7 +71,7 @@ void func_802818BC(void) {
s32 sp1C;
s32 temp_v0_2;
if (D_8018EDF3 != TWO_PLAYERS_SELECTED) {
if (gPlayerCount != TWO_PLAYERS_SELECTED) {
D_802874D8.unk1D = func_80281880(0);
D_802874D8.unk1E = gCharacterSelections[0];
return;
@@ -144,7 +144,7 @@ void load_ceremony_cutscene(void) {
debug_switch_character_ceremony_cutscene();
func_802818BC();
func_8003D080();
func_8006E9C0();
init_object_list();
func_8001C05C();
balloons_and_fireworks_init();
func_802816B8();
+2 -2
View File
@@ -223,7 +223,7 @@ Mat4 D_80287500;
void func_80280A28(Vec3f arg0, Vec3s arg1, f32 arg2) {
Mat4 mtx;
func_80021E10(mtx, arg0, arg1);
mtxf_translate_rotate(mtx, arg0, arg1);
mtx[0][0] = D_80287500[0][0] * arg2;
mtx[0][1] = D_80287500[1][0] * arg2;
mtx[0][2] = D_80287500[2][0] * arg2;
@@ -233,7 +233,7 @@ void func_80280A28(Vec3f arg0, Vec3s arg1, f32 arg2) {
mtx[2][0] = D_80287500[0][2] * arg2;
mtx[2][1] = D_80287500[1][2] * arg2;
mtx[2][2] = D_80287500[2][2] * arg2;
func_80022180(&gGfxPool->mtxEffect[gMatrixEffectCount], mtx);
convert_to_fixed_point_matrix(&gGfxPool->mtxEffect[gMatrixEffectCount], mtx);
gSPMatrix(gDisplayListHead++, VIRTUAL_TO_PHYSICAL(&gGfxPool->mtxEffect[gMatrixEffectCount]), G_MTX_NOPUSH | G_MTX_LOAD | G_MTX_MODELVIEW);
}