Synced src/pokeball.c

This commit is contained in:
Eduardo Quezada
2022-07-29 21:39:25 -04:00
parent c40791fd4e
commit dcb9d9de1e
32 changed files with 575 additions and 495 deletions
+2 -2
View File
@@ -84,7 +84,7 @@ static const struct OamData sOamData_ScrollArrowIndicator =
.y = 0,
.affineMode = 0,
.objMode = 0,
.mosaic = 0,
.mosaic = FALSE,
.bpp = 0,
.shape = SPRITE_SHAPE(16x16),
.x = 0,
@@ -224,7 +224,7 @@ static const struct OamData sOamData_RedArrowCursor =
.y = 0,
.affineMode = 0,
.objMode = 0,
.mosaic = 0,
.mosaic = FALSE,
.bpp = 0,
.shape = SPRITE_SHAPE(16x16),
.x = 0,