From 8a45d9ec254da6f668374783c45b6fbf31a5f92c Mon Sep 17 00:00:00 2001 From: zelda2773 Date: Fri, 27 Mar 2020 17:05:08 -0400 Subject: [PATCH] Format --- src/overlays/actors/ovl_En_Ds/z_en_ds.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/overlays/actors/ovl_En_Ds/z_en_ds.c b/src/overlays/actors/ovl_En_Ds/z_en_ds.c index 3fab293ad5..f73a427c87 100644 --- a/src/overlays/actors/ovl_En_Ds/z_en_ds.c +++ b/src/overlays/actors/ovl_En_Ds/z_en_ds.c @@ -181,10 +181,9 @@ int EnDs_CheckRupeesAndBottle() { return 0; } else if (Inventory_HasEmptyBottle() == 0) { return 1; - } - else { + } else { return 2; - } + } } void EnDs_GiveBluePotion(EnDs* this, GlobalContext* globalCtx) { @@ -260,7 +259,7 @@ void EnDs_Update(EnDs* this, GlobalContext* globalCtx) { } this->actionFunc(this, globalCtx); - + if (this->unk_1E8 & 1) { func_80038290(globalCtx, this, &this->unk_1D8, &this->unk_1DE, this->actor.posRot2.pos); } else {