mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
Minor Misc Cleanup 3 (#1502)
* more misc cleanup * remove z64 conflicts * undo ISVDbg
This commit is contained in:
parent
54638f9768
commit
0ce0313342
27 changed files with 155 additions and 151 deletions
|
@ -1233,9 +1233,9 @@ void func_80B5154C(EnZl2* this, PlayState* play) {
|
|||
EnZl2_UpdateEyes(this);
|
||||
} else {
|
||||
csCtx = &play->csCtx;
|
||||
if (csCtx->curFrame < 0x5F0) {
|
||||
if (csCtx->curFrame < 1520) {
|
||||
func_80B4EBB8(this);
|
||||
} else if (csCtx->curFrame == 0x5F0) {
|
||||
} else if (csCtx->curFrame == 1520) {
|
||||
this->unk_27C = 0.0f;
|
||||
} else {
|
||||
func_80B4EC48(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue