update sBallOamData
This commit is contained in:
+3
-3
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user