diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pokeball.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokeball.c b/src/pokeball.c index 2785d0af9..395150a2e 100644 --- a/src/pokeball.c +++ b/src/pokeball.c @@ -107,8 +107,8 @@ static const struct OamData sBallOamData = .y = 0, .affineMode = ST_OAM_AFFINE_DOUBLE, .objMode = ST_OAM_OBJ_NORMAL, - .mosaic = ST_OAM_4BPP, - .bpp = 0, + .mosaic = FALSE, + .bpp = ST_OAM_4BPP, .shape = SPRITE_SHAPE(16x16), .x = 0, .matrixNum = 0, |