mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 00:40:16 +00:00
Rename culling related variables (#225)
* rename some things * reword one comment * rename vars * fix bgjyalift
This commit is contained in:
parent
6b2a013cca
commit
d77dbe0465
46 changed files with 189 additions and 189 deletions
|
@ -108,13 +108,13 @@ void func_8097C930(DemoGo* this) {
|
|||
}
|
||||
|
||||
void func_8097C9B8(DemoGo* this) {
|
||||
func_80078914(&this->actor.unk_E4, NA_SE_EN_DODO_M_GND);
|
||||
func_80078914(&this->actor.projectedPos, NA_SE_EN_DODO_M_GND);
|
||||
}
|
||||
|
||||
void func_8097C9DC(DemoGo* this) {
|
||||
s32 pad[2];
|
||||
if (func_800A56C8(&this->skelAnime, 12.0f) || func_800A56C8(&this->skelAnime, 25.0f)) {
|
||||
func_80078914(&this->actor.unk_E4, NA_SE_EN_MORIBLIN_WALK);
|
||||
func_80078914(&this->actor.projectedPos, NA_SE_EN_MORIBLIN_WALK);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue