mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Minor Misc Cleanup 2 (#1422)
* misc cleanup * more cleanup * more cleanup * PR Suggestions * cleanup cond
This commit is contained in:
parent
d4a6b21d46
commit
35887e25ee
62 changed files with 174 additions and 177 deletions
|
@ -113,7 +113,7 @@ void func_80A5046C(EnGuest* this) {
|
|||
if (this->unk_2CA != 0) {
|
||||
this->unk_2CA--;
|
||||
} else {
|
||||
this->unk_30E += 1;
|
||||
this->unk_30E++;
|
||||
if (this->unk_30E >= 3) {
|
||||
this->unk_30E = 0;
|
||||
this->unk_30D = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue