Cleanup some function identifications. (#7)

* Add missed functions, remove not functions

* Fix typo
This commit is contained in:
Rozelette
2020-08-06 17:11:32 -05:00
committed by GitHub
parent f37da749f6
commit 12e258561e
2 changed files with 15 additions and 41 deletions
+3 -3
View File
@@ -165,8 +165,6 @@ GLOBAL_ASM("asm/non_matchings/z_actor//Actor_TitleCardDraw.asm")
GLOBAL_ASM("asm/non_matchings/z_actor//func_800B6434.asm")
GLOBAL_ASM("asm/non_matchings/z_actor//func_800B645C.asm")
GLOBAL_ASM("asm/non_matchings/z_actor//func_800B6468.asm")
GLOBAL_ASM("asm/non_matchings/z_actor//func_800B6474.asm")
@@ -365,7 +363,7 @@ void Actor_CalcOffsetOrientedToDrawRotation(Actor* actor, Vec3f* offset, Vec3f*
f32 sin_rot_y;
f32 imm_x;
f32 imm_z;
cos_rot_y = Math_Coss(actor->shape.rot.y);
sin_rot_y = Math_Sins(actor->shape.rot.y);
imm_x = point->x - actor->currPosRot.pos.x;
@@ -717,6 +715,8 @@ GLOBAL_ASM("asm/non_matchings/z_actor//func_800BD2B4.asm")
GLOBAL_ASM("asm/non_matchings/z_actor//func_800BD384.asm")
GLOBAL_ASM("asm/non_matchings/z_actor//func_800BD6B8.asm")
GLOBAL_ASM("asm/non_matchings/z_actor//func_800BD6E4.asm")
GLOBAL_ASM("asm/non_matchings/z_actor//func_800BD888.asm")