1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 21:04:43 +00:00
This commit is contained in:
zelda2773 2020-03-27 17:05:08 -04:00
parent 6e2872ba6c
commit 8a45d9ec25

View File

@ -181,8 +181,7 @@ int EnDs_CheckRupeesAndBottle() {
return 0;
} else if (Inventory_HasEmptyBottle() == 0) {
return 1;
}
else {
} else {
return 2;
}
}