diff --git a/Include/Core/Globals.hpp b/Include/Core/Globals.hpp index 816a7f5..97d3ec3 100644 --- a/Include/Core/Globals.hpp +++ b/Include/Core/Globals.hpp @@ -58,7 +58,7 @@ namespace Globals inline WidgetDef BANK_ITEM_CONTAINER_WIDGET = { BANK_PARENT, 13 }; // Used for scrolling, contains all items, middle of the bank interface inline WidgetDef BANK_TABS_CONTAINER = { BANK_PARENT, 11 }; // Has all Tab children inline WidgetDef BANK_INVENTORY = { 15, 3 }; // When the bank is open, the Inventory has it's own widgets for items - inline std::int32_t BANK_WITHDRAW_QUANTITY_CHILDREN[6] = { 29, 31, 33, 35, 37 }; // 1, 5, 10, x, all, uses BANK_PARENT + inline std::int32_t BANK_WITHDRAW_QUANTITY_CHILDREN[5] = { 28, 30, 32, 34, 36 }; // 1, 5, 10, x, all, uses BANK_PARENT inline std::int32_t BANK_ENTER_PIN_PARENT = 213; inline WidgetDef BANK_ENTER_PIN_STATUS = { BANK_ENTER_PIN_PARENT, 10 }; // Text widget, has FIRST, SECOND, THIRD, FOURTH, Submitting in it diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index fe7f0e5..48ebe29 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ