mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 12:24:39 +00:00
Fix most compiler warnings in the boot and code segments (#674)
* Less warnings in boot & code segments * few more warnings gone * Ran formatter * z_view warning gone * -> 1 * f31 -> 31 * Remove function casts * Few more small improvements * Separate declaration and assignment in func_80091738 and Item_Give Co-authored-by: Thar0 <maximilianc64@gmail.com>
This commit is contained in:
parent
d615ec4f31
commit
f9d96d9f73
208 changed files with 1702 additions and 1846 deletions
|
@ -13,7 +13,7 @@ extern s16 D_8016111A;
|
|||
extern s16 D_8016110C;
|
||||
|
||||
typedef struct {
|
||||
char state;
|
||||
u8 state;
|
||||
s16 mode;
|
||||
CutsceneCameraPoint* eyePoints;
|
||||
CutsceneCameraPoint* atPoints;
|
||||
|
@ -82,7 +82,7 @@ void func_800B3FF4(PosRot* arg0, Vec3f* arg1, Vec3f* arg2) {
|
|||
func_800B3F38(arg1, &sp1C);
|
||||
OLib_Vec3fToVecSphGeo(&sp28, &sp1C);
|
||||
sp28.yaw += arg0->rot.y;
|
||||
func_800B3B50(arg2, arg0, &sp28);
|
||||
func_800B3B50(arg2, &arg0->pos, &sp28);
|
||||
}
|
||||
|
||||
void func_800B404C(s32 arg0, Vec3s* arg1, Vec3f* arg2) {
|
||||
|
@ -92,6 +92,7 @@ void func_800B404C(s32 arg0, Vec3s* arg1, Vec3f* arg2) {
|
|||
func_800B3FF4(arg0, &sp1C, arg2);
|
||||
}
|
||||
|
||||
void func_800B4088(DBCamera* dbCamera, Camera* camera);
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/code/db_camera/func_800B4088.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/code/db_camera/func_800B41DC.s")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue