mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Format
This commit is contained in:
parent
6e2872ba6c
commit
8a45d9ec25
1 changed files with 3 additions and 4 deletions
|
@ -181,10 +181,9 @@ int EnDs_CheckRupeesAndBottle() {
|
||||||
return 0;
|
return 0;
|
||||||
} else if (Inventory_HasEmptyBottle() == 0) {
|
} else if (Inventory_HasEmptyBottle() == 0) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnDs_GiveBluePotion(EnDs* this, GlobalContext* globalCtx) {
|
void EnDs_GiveBluePotion(EnDs* this, GlobalContext* globalCtx) {
|
||||||
|
@ -260,7 +259,7 @@ void EnDs_Update(EnDs* this, GlobalContext* globalCtx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
this->actionFunc(this, globalCtx);
|
this->actionFunc(this, globalCtx);
|
||||||
|
|
||||||
if (this->unk_1E8 & 1) {
|
if (this->unk_1E8 & 1) {
|
||||||
func_80038290(globalCtx, this, &this->unk_1D8, &this->unk_1DE, this->actor.posRot2.pos);
|
func_80038290(globalCtx, this, &this->unk_1D8, &this->unk_1DE, this->actor.posRot2.pos);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue