mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 11:54:39 +00:00
MirRay OK and documented (#528)
* init, destroy, update, couple of others decomped * 2 functions remain * data migrated * 1 function left * OK thanks mostly to Petrie and the permuter, and no thanks to my find/replace skills * documented and deleted asm * updated spec * delete data * address review comments * Apply review suggestions
This commit is contained in:
parent
06ceb6ad40
commit
df704a9f80
17 changed files with 575 additions and 1615 deletions
|
@ -603,6 +603,8 @@ s32 func_8003DD6C(CollisionContext*, Vec3f*, Vec3f*, Vec3f*, CollisionPoly**, UN
|
|||
s32 func_8003DE84(CollisionContext*, Vec3f*, Vec3f*, Vec3f*, CollisionPoly**, u32, u32, u32, u32, u32*);
|
||||
s32 func_8003DF10(CollisionContext*, Vec3f*, Vec3f*, Vec3f*, CollisionPoly**, u32, u32, u32, u32, u32*, Actor*);
|
||||
s32 func_8003DFA0(CollisionContext*, Vec3f*, Vec3f*, Vec3f*, CollisionPoly**, u32, u32, u32, u32, u32*, Actor*, f32);
|
||||
s32 func_8003E0B8(CollisionContext* colCtx, Vec3f* posA, Vec3f* posB, Vec3f* posResult, CollisionPoly** outPoly,
|
||||
s32 chkOneFace);
|
||||
// ? func_8003E0FC(?);
|
||||
s32 func_8003E188(CollisionContext*, Vec3f*, Vec3f*, Vec3f*, CollisionPoly**, u32, u32, u32, u32, f32*);
|
||||
// ? func_8003E214(?);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue