summaryrefslogtreecommitdiff
path: root/src/item_icon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item_icon.c')
-rw-r--r--src/item_icon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/item_icon.c b/src/item_icon.c
index 6ae7eac58..487b89b71 100644
--- a/src/item_icon.c
+++ b/src/item_icon.c
@@ -16,10 +16,10 @@ EWRAM_DATA void *gItemIcon4x4Buffer = NULL;
static const struct OamData sOamData_ItemIcon =
{
.y = 0,
- .affineMode = 0,
- .objMode = 0,
+ .affineMode = ST_OAM_AFFINE_OFF,
+ .objMode = ST_OAM_OBJ_NORMAL,
.mosaic = 0,
- .bpp = 0,
+ .bpp = ST_OAM_4BPP,
.shape = SPRITE_SHAPE(32x32),
.x = 0,
.matrixNum = 0,