update sBallOamData

This commit is contained in:
Evan
2019-12-03 18:46:19 -07:00
parent d5537b8db9
commit cf4b9de30f
+3 -3
View File
@@ -105,9 +105,9 @@ const struct CompressedSpritePalette gBallSpritePalettes[POKEBALL_COUNT] =
static const struct OamData sBallOamData =
{
.y = 0,
.affineMode = 3,
.objMode = 0,
.mosaic = 0,
.affineMode = ST_OAM_AFFINE_DOUBLE,
.objMode = ST_OAM_OBJ_NORMAL,
.mosaic = ST_OAM_4BPP,
.bpp = 0,
.shape = SPRITE_SHAPE(16x16),
.x = 0,