Bug Report:
Not exactly a bug for 2.5, but rather, a holdover bug, or implementation problem, from older ZC versions...
When using the subscreen, if there is a gap between items (for example, the player has the items at Position 0, and Position 2, but not the item at Position 1), pressing left and right will skip the missing item.
When using Up or Down to select items, ZC will not skip any missing items. Thus, if your subscreen is arranged like this:
0 1 2 3 4
5 6 7 8 9
A B C D E
If the player has Item 1, and Item B, but not Item 6, pressing up from item B will not jump to Item 1, and pressing down from Item 1 will not move the cursor to Item B. Up/Down only work if the chain of items is complete, and will not hop over gaps, yet pressing Left/Right will hop over gaps.
In other words: Whatever logic makes ZC determine the 'next' item with left/right button presses, when the assigned 'next' position is not in the inventory, is not implemented for pressing up/down.
Edited by ZoriaRPG, 25 March 2014 - 03:19 AM.