mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-05 13:50:20 +00:00
Document ovl_select
(#966)
* Some renames * Some renames * Some more renames * pageDown * Last name update * Translate scene entries * formatter * Review * A bunch of suggestions * Run formatter * Roman's suggestions
This commit is contained in:
parent
4b10b22baa
commit
9b89ec5fac
7 changed files with 288 additions and 272 deletions
|
@ -10089,9 +10089,9 @@ void Player_UpdateCommon(Player* this, GlobalContext* globalCtx, Input* input) {
|
|||
func_80837B9C(this, globalCtx);
|
||||
} else if ((this->actor.bgCheckFlags & 1) || (this->stateFlags1 & 0x8000000)) {
|
||||
func_80836448(globalCtx, this,
|
||||
func_808332B8(this)
|
||||
? &gPlayerAnim_003310
|
||||
: (this->shockTimer != 0) ? &gPlayerAnim_002F08 : &gPlayerAnim_002878);
|
||||
func_808332B8(this) ? &gPlayerAnim_003310
|
||||
: (this->shockTimer != 0) ? &gPlayerAnim_002F08
|
||||
: &gPlayerAnim_002878);
|
||||
}
|
||||
} else {
|
||||
if ((this->actor.parent == NULL) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue