mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-06 16:04:35 +00:00
Finished code_801031F0.c, guPosition.c, guLookAtHilite.c (#84)
* started microcode decomp * Modified spec to fix error * osContGetQuery OK * Decompiled guLookAtHilite.c * guPosition.c OK * Fixed formatting * osViSetEvent.c OK * Deleted unnecessary files * Made suggested changes, merged playblack.c * Removed line breaks from comments * Removed argument listing
This commit is contained in:
parent
06b731c494
commit
3c440ef7f1
31 changed files with 313 additions and 973 deletions
|
@ -2335,9 +2335,9 @@ s16 sins(u16);
|
|||
// ? func_80101910(?);
|
||||
// ? func_801019E0(?);
|
||||
// ? func_80101AA4(?);
|
||||
// ? func_80101B40(?);
|
||||
// ? func_80101B90(?);
|
||||
void func_80101E34(Mtx*, f32, f32, f32, f32, f32, f32, f32, f32, f32);
|
||||
// ? guMtxIdentF(?);
|
||||
// ? guLookAtReflectF(?);
|
||||
void guLookAtReflect(Mtx*, f32, f32, f32, f32, f32, f32, f32, f32, f32);
|
||||
// ? func_80101EB0(?);
|
||||
// ? func_801021E4(?);
|
||||
// ? osStopTimer(?);
|
||||
|
@ -2350,16 +2350,15 @@ void func_80101E34(Mtx*, f32, f32, f32, f32, f32, f32, f32, f32, f32);
|
|||
// ? func_80102CC4(?);
|
||||
// ? func_80102FA0(?);
|
||||
// ? func_80103010(?);
|
||||
// ? func_801031F0(?);
|
||||
// ? osAfterPreNMI(?);
|
||||
// ? osContStartQuery(?);
|
||||
// ? func_8010328C(?);
|
||||
// ? func_801032B0(?);
|
||||
void func_80103A70(UNK_PTR, Gfx*, Hilite*, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32,
|
||||
s32, s32);
|
||||
void osContGetQuery(OSContStatus* data);
|
||||
// ? guLookAtHiliteF(?);
|
||||
void guLookAtHilite(Mtx* m, LookAt* l, Hilite* h, f32 xEye, f32 yEye, f32 zEye, f32 xAt, f32 yAt, f32 zAt, f32 xUp, f32 yUp, f32 zUp, f32 xl1, f32 yl1, f32 zl1, f32 xl2, f32 yl2, f32 zl2, s32 hiliteWidth, s32 hiliteHeight);
|
||||
// ? __osSpDeviceBusy(?);
|
||||
// ? func_80103B60(?);
|
||||
// ? func_80103BB0(?);
|
||||
void func_80103D58(Mtx*, f32, f32, f32, f32, f32, f32, f32);
|
||||
// ? guPositionF(?);
|
||||
void guPosition(Mtx*, f32, f32, f32, f32, f32, f32, f32);
|
||||
// ? func_80103DC0(?);
|
||||
// ? func_80103E20(?);
|
||||
// ? func_80103FA4(?);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue