Typo fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// All Pokémon pics are 64x64, but this data table defines where in this 64x64 the
|
// All Pokémon pics are 64x64, but this data table defines where in this 64x64 frame
|
||||||
// non-trasparent area of pixels the sprite actually occupies are.
|
// the sprite's non-transparent pixels actually are.
|
||||||
// .size is the dimensions of this drawn pixel area.
|
// .size is the dimensions of this drawn pixel area.
|
||||||
// .y_offset is the number of pixels between the drawn pixel area and the bottom edge.
|
// .y_offset is the number of pixels between the drawn pixel area and the bottom edge.
|
||||||
const struct MonCoords gMonBackPicCoords[] =
|
const struct MonCoords gMonBackPicCoords[] =
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// All Pokémon pics are 64x64, but this data table defines where in this 64x64 the
|
// All Pokémon pics are 64x64, but this data table defines where in this 64x64 frame
|
||||||
// non-trasparent area of pixels the sprite actually occupies are.
|
// the sprite's non-transparent pixels actually are.
|
||||||
// .size is the dimensions of this drawn pixel area.
|
// .size is the dimensions of this drawn pixel area.
|
||||||
// .y_offset is the number of pixels between the drawn pixel area and the bottom edge.
|
// .y_offset is the number of pixels between the drawn pixel area and the bottom edge.
|
||||||
const struct MonCoords gMonFrontPicCoords[] =
|
const struct MonCoords gMonFrontPicCoords[] =
|
||||||
|
|||||||
Reference in New Issue
Block a user