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 = static const struct OamData sBallOamData =
{ {
.y = 0, .y = 0,
.affineMode = 3, .affineMode = ST_OAM_AFFINE_DOUBLE,
.objMode = 0, .objMode = ST_OAM_OBJ_NORMAL,
.mosaic = 0, .mosaic = ST_OAM_4BPP,
.bpp = 0, .bpp = 0,
.shape = SPRITE_SHAPE(16x16), .shape = SPRITE_SHAPE(16x16),
.x = 0, .x = 0,