mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 23:44:53 +00:00
Decompile 2 small files (code_8006BA00.c and code_8006C3A0.c) (#101)
* Decompile code_8006C3A0.c (handling "env" flags) * Decompile code_8006BA00.c (handling sound sources)
This commit is contained in:
parent
d0ba37b148
commit
4932e93ba2
31 changed files with 143 additions and 296 deletions
|
@ -821,16 +821,16 @@ void Cutscene_HandleConditionalTriggers(GlobalContext* globalCtx);
|
|||
void Cutscene_SetSegment(GlobalContext* globalCtx, u32 segment);
|
||||
void* MemCopy(void* dest, void* src, s32 size);
|
||||
void func_800694A0(GlobalContext* globalCtx, s16 drawId);
|
||||
// ? func_8006BA00(?);
|
||||
// ? func_8006BA30(?);
|
||||
void Audio_PlaySoundAtPosition(GlobalContext* globalCtx, Vec3f* pos2, s32 radius, u16 sfxId);
|
||||
void func_8006BA00(GlobalContext* globalCtx);
|
||||
void func_8006BA30(GlobalContext* globalCtx);
|
||||
void Audio_PlaySoundAtPosition(GlobalContext* globalCtx, Vec3f* pos, s32 duration, u16 sfxId);
|
||||
u16 ElfMessage_GetSariaText(GlobalContext* globalCtx);
|
||||
u16 ElfMessage_GetCUpText(GlobalContext* globalCtx);
|
||||
u16 Text_GetFaceReaction(GlobalContext* globalCtx, u32 reactionSet);
|
||||
// ? func_8006C3A0(?);
|
||||
// ? func_8006C3D0(?);
|
||||
void func_8006C438(GlobalContext* globalCtx, s16 arg1);
|
||||
s32 func_8006C4A4(GlobalContext*, s32);
|
||||
void Flags_UnsetAllEnv(GlobalContext* globalCtx);
|
||||
void Flags_SetEnv(GlobalContext* globalCtx, s16 flag);
|
||||
void Flags_UnsetEnv(GlobalContext* globalCtx, s16 flag);
|
||||
s32 Flags_GetEnv(GlobalContext* globalCtx, s16 flag);
|
||||
// ? func_8006C510(?);
|
||||
// ? func_8006C5A8(?);
|
||||
// ? func_8006CBAC(?);
|
||||
|
@ -1249,7 +1249,7 @@ void SkelAnime_Free(SkelAnime* skelAnime, GlobalContext* globalCtx);
|
|||
// ? func_800A698C(?);
|
||||
// ? func_800A6AC4(?);
|
||||
// ? func_800A6E10(?);
|
||||
// ? func_800A6EF4(?);
|
||||
void func_800A6EF4(MtxF* mf, Vec3f* src, Vec3f* dest);
|
||||
// ? func_800A6FA0(?);
|
||||
// ? func_800A72FC(?);
|
||||
// ? func_800A730C(?);
|
||||
|
@ -2190,7 +2190,7 @@ void Audio_PlaySoundGeneral(u16 sfxId, Vec3f* a1, u32 a2, u32* a3, u32* a4, u32*
|
|||
// ? func_800F8480(?);
|
||||
// ? func_800F87A0(?);
|
||||
// ? func_800F8884(?);
|
||||
// ? func_800F89E8(?);
|
||||
void func_800F89E8(Vec3f*);
|
||||
void func_800F8D04(u32 a0);
|
||||
// ? func_800F8D04(?);
|
||||
// ? func_800F8E3C(?);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue