Synced src/pokeball.c
This commit is contained in:
+2
-2
@@ -143,7 +143,7 @@ static const struct OamData sOamData_EggHatch =
|
||||
.y = 0,
|
||||
.affineMode = 0,
|
||||
.objMode = 0,
|
||||
.mosaic = 0,
|
||||
.mosaic = FALSE,
|
||||
.bpp = 0,
|
||||
.shape = SPRITE_SHAPE(32x32),
|
||||
.x = 0,
|
||||
@@ -223,7 +223,7 @@ static const struct OamData sOamData_EggShard =
|
||||
.y = 0,
|
||||
.affineMode = 0,
|
||||
.objMode = 0,
|
||||
.mosaic = 0,
|
||||
.mosaic = FALSE,
|
||||
.bpp = 0,
|
||||
.shape = SPRITE_SHAPE(8x8),
|
||||
.x = 0,
|
||||
|
||||
Reference in New Issue
Block a user