mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 23:44:53 +00:00
Fix misc 6 (#1148)
* Fix typo `vertexs` -> `vertices` * Fix typo `limbMatricies` -> `limbMatrices` * Fix some `gSPTextureRectangle` usage of fixed point constants * Run formatter * `ALIGN8` macro * `object_skj` cleanup * sholder -> shoulder * cleanup `stdbool.h` * Some function prototypes cleanup * Use macros in `osVirtualToPhysical`
This commit is contained in:
parent
c3533052ca
commit
a9526a3354
22 changed files with 128 additions and 130 deletions
|
@ -8078,7 +8078,7 @@ void Camera_SetCameraData(Camera* camera, s16 setDataFlags, void* data0, void* d
|
|||
}
|
||||
}
|
||||
|
||||
s32 Camera_QRegInit() {
|
||||
s32 Camera_QRegInit(void) {
|
||||
if (!R_RELOAD_CAM_PARAMS) {
|
||||
QREG(2) = 1;
|
||||
QREG(10) = -1;
|
||||
|
@ -8113,7 +8113,7 @@ s32 Camera_QRegInit() {
|
|||
return true;
|
||||
}
|
||||
|
||||
s32 func_8005B198() {
|
||||
s32 func_8005B198(void) {
|
||||
return D_8011D3AC;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue