mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 06:21:16 +00:00
Document z_lib Sfx Functions (#1470)
* document lib sfx * rename functions
This commit is contained in:
parent
18d609c1a3
commit
b8aa2a251e
112 changed files with 399 additions and 388 deletions
|
@ -103,14 +103,14 @@ void func_8097C930(DemoGo* this) {
|
|||
}
|
||||
|
||||
void func_8097C9B8(DemoGo* this) {
|
||||
func_80078914(&this->actor.projectedPos, NA_SE_EN_DODO_M_GND);
|
||||
Sfx_PlaySfxAtPos(&this->actor.projectedPos, NA_SE_EN_DODO_M_GND);
|
||||
}
|
||||
|
||||
void func_8097C9DC(DemoGo* this) {
|
||||
s32 pad[2];
|
||||
|
||||
if (Animation_OnFrame(&this->skelAnime, 12.0f) || Animation_OnFrame(&this->skelAnime, 25.0f)) {
|
||||
func_80078914(&this->actor.projectedPos, NA_SE_EN_MORIBLIN_WALK);
|
||||
Sfx_PlaySfxAtPos(&this->actor.projectedPos, NA_SE_EN_MORIBLIN_WALK);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue