mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Colorize bag select button
This commit is contained in:
parent
1497719f8c
commit
8c537ccd72
Binary file not shown.
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 195 B |
@ -249,7 +249,7 @@ static const struct ListMenuTemplate sItemListMenu =
|
|||||||
.itemPrintFunc = BagMenu_ItemPrintCallback,
|
.itemPrintFunc = BagMenu_ItemPrintCallback,
|
||||||
.totalItems = 0,
|
.totalItems = 0,
|
||||||
.maxShowed = 0,
|
.maxShowed = 0,
|
||||||
.windowId = 0,
|
.windowId = WIN_ITEM_LIST,
|
||||||
.header_X = 0,
|
.header_X = 0,
|
||||||
.item_X = 8,
|
.item_X = 8,
|
||||||
.cursor_X = 0,
|
.cursor_X = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user