mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Fix misc 16 (#1371)
* Replace tabs in exceptasm.s source * Replace tabs with \t in strings * Fix grammar in various comments * Fix "initalize" typos in code * (fix typo) `__osMallocIsInitalized` -> `__osMallocIsInitialized` * Some Link -> Player * Use `EXCH_ITEM_` more * "bgm music" -> "background music" * Fix typos in `place_title_cards.xml` * `SkelAnime_Update` returns a boolean * Run formatter
This commit is contained in:
parent
881fe0ad0a
commit
2e18eb334b
46 changed files with 147 additions and 147 deletions
|
@ -617,7 +617,7 @@ void func_80A7A304(EnIn* this, PlayState* play) {
|
|||
if (this->skelAnime.animation == &object_in_Anim_018C38 && this->skelAnime.curFrame == 20.0f) {
|
||||
Audio_PlayActorSfx2(&this->actor, NA_SE_VO_IN_CRY_0);
|
||||
}
|
||||
if (SkelAnime_Update(&this->skelAnime) != 0) {
|
||||
if (SkelAnime_Update(&this->skelAnime)) {
|
||||
this->animationIdx %= 8;
|
||||
this->unk_1E8 = this->animationIdx;
|
||||
if (this->animationIdx == 3 || this->animationIdx == 4) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue