diff options
author | Evan <eroelke@gmail.com> | 2019-12-03 18:46:19 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-03 18:46:19 -0700 |
commit | cf4b9de30fc09c01f818b329c982308a9fc895f6 (patch) | |
tree | 35cb918f1e210c0ea39332444396a5bf5cec6d0f /src | |
parent | d5537b8db98dfbbbaf2910e1fe6e1cf7e3901583 (diff) |
update sBallOamData
Diffstat (limited to 'src')
-rw-r--r-- | src/pokeball.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pokeball.c b/src/pokeball.c index 5a5a573dd..2785d0af9 100644 --- a/src/pokeball.c +++ b/src/pokeball.c @@ -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, |